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

In This Topic
    IsSelected Property (TreeViewItemView)
    In This Topic
    Gets or sets whether a TreeViewItemView control is selected.
    Syntax
    'Declaration
     
    
    Public Property IsSelected As Nullable(Of Boolean)
    public Nullable<bool> IsSelected {get; set;}
    See Also