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

In This Topic
    Expanded Property (C1GridViewDataRow)
    In This Topic
    Gets or sets a value that determines whether data row is expanded or not in a hierarchy grid.
    Syntax
    'Declaration
     
    Public Property Expanded As System.Boolean
    public System.bool Expanded {get; set;}
    See Also