Blazor | ComponentOne
C1.Blazor.TreeView Assembly / C1.Blazor.TreeView Namespace / TreeViewItem Class / IsExpanded Property

In This Topic
    IsExpanded Property (TreeViewItem)
    In This Topic
    gets or set the node IsExpanded property
    Syntax
    'Declaration
     
    
    Public Property IsExpanded As Boolean
    public bool IsExpanded {get; set;}
    See Also