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

In This Topic
    IsSelected Property (TreeViewItem)
    In This Topic
    gets or sets the node IsSelected property
    Syntax
    'Declaration
     
    
    Public Property IsSelected As Nullable(Of Boolean)
    public Nullable<bool> IsSelected {get; set;}
    See Also