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

In This Topic
    Expanded Property (C1GridViewHierarchyRowToggledEventArgs)
    In This Topic
    Indicates whether the row was expanded or collapsed.
    Syntax
    'Declaration
     
    Public ReadOnly Property Expanded As System.Boolean
    public System.bool Expanded {get;}
    See Also