ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewEditEventArgs Class / NewEditIndex Property

In This Topic
    NewEditIndex Property
    In This Topic
    Gets or sets the index of the row being edited.
    Syntax
    'Declaration
     
    Public Property NewEditIndex As System.Integer
    public System.int NewEditIndex {get; set;}
    See Also