Gets or sets the index of the item to be edited.

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

Syntax

C#
[C1CategoryAttribute("Category.Default")]
[BrowsableAttribute(false)]
[JsonAttribute(true, true, )]
[DefaultValueAttribute()]
public virtual int EditIndex { get; set; }
Visual Basic
<C1CategoryAttribute("Category.Default")> _
<BrowsableAttribute(False)> _
<JsonAttribute(True, True, )> _
<DefaultValueAttribute()> _
Public Overridable Property EditIndex As Integer
	Get
	Set

Field Value

The default value is -1, which indicates that no item in the C1GridView component is being edited.

See Also