ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / TreeRow Class / Expanded Property

In This Topic
    Expanded Property (TreeRow)
    In This Topic
    Gets or sets the expanded state value for this TreeRow.
    Syntax
    'Declaration
     
    Public Property Expanded As System.Boolean
    public System.bool Expanded {get; set;}
    See Also