Gets or sets the movement span of incremental resizing.

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

Syntax

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

See Also