Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1TreeView Class / SelectedItems Property

In This Topic
    SelectedItems Property (C1TreeView)
    In This Topic
    Gets the selected items in a C1TreeView (when in Multiple Selection mode).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SelectedItems As IList(Of C1TreeViewItem)
    public IList<C1TreeViewItem> SelectedItems {get;}
    See Also