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

In This Topic
    IsExpanded Property (TreeViewItemView)
    In This Topic
    Gets or sets a value that indicates whether a TreeViewItemView is expanded.
    Syntax
    'Declaration
     
    
    Public Property IsExpanded As Boolean
    public bool IsExpanded {get; set;}
    See Also