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

In This Topic
    StartExpanded Property
    In This Topic
    Gets or sets a value that determines whether the hierarchy will be expanded by default or not.
    Syntax
    'Declaration
     
    Public Property StartExpanded As System.Boolean
    public System.bool StartExpanded {get; set;}

    Property Value

    The default value is True.
    See Also