TreeView for WPF | ComponentOne
C1.WPF.TreeView Namespace / C1TreeViewItem Class / IsSelected Property

In This Topic
    IsSelected Property
    In This Topic
    Gets or sets whether a C1TreeViewItem control is selected.
    Syntax
    'Declaration
     
    
    Public Property IsSelected As Boolean
    public bool IsSelected {get; set;}
    See Also