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

In This Topic
    RowIndex Property (C1GridViewHierarchyRowTogglingEventArgs)
    In This Topic
    The index of the row being toggled.
    Syntax
    'Declaration
     
    Public ReadOnly Property RowIndex As System.Integer
    public System.int RowIndex {get;}
    See Also