ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / EditIndex Property

In This Topic
    EditIndex Property
    In This Topic
    Gets or sets the index of the item to be edited.
    Syntax
    'Declaration
     
    Public Overridable Property EditIndex As System.Integer
    public virtual System.int EditIndex {get; set;}

    Property Value

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