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

In This Topic
    RowIndex Property (C1GridViewCancelEditEventArgs)
    In This Topic
    Gets the index of the row containing the Cancel button that raised the event.
    Syntax
    'Declaration
     
    Public Property RowIndex As System.Integer
    public System.int RowIndex {get; set;}
    See Also