ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml 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 System.Collections.Generic.IList(Of C1TreeViewItem)
    public System.Collections.Generic.IList<C1TreeViewItem> SelectedItems {get;}
    See Also