Gets or sets how much to increase/decrease value with up/down buttons.

Namespace:  C1.Web.UI.Controls.C1Input
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[DefaultValueAttribute()]
[C1CategoryAttribute("Category.Behavior")]
[BindableAttribute(false)]
[JsonAttribute(true, true, )]
public int Increment { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute()> _
<C1CategoryAttribute("Category.Behavior")> _
<BindableAttribute(False)> _
<JsonAttribute(True, True, )> _
Public Property Increment As Integer
	Get
	Set

See Also