InputPanel for WinForms | ComponentOne
C1.Win.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 Boolean
    public bool Expanded {get; set;}
    See Also