ComponentOne Basic Library for WPF and Silverlight
SelectedItems Property (C1TreeView)


C1.Silverlight Namespace > C1TreeView Class : SelectedItems Property
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)
'Usage
 
Dim instance As C1TreeView
Dim value As System.Collections.Generic.IList(Of C1TreeViewItem)
 
value = instance.SelectedItems
public System.Collections.Generic.IList<C1TreeViewItem> SelectedItems {get;}
See Also

Reference

C1TreeView Class
C1TreeView Members