C1.Win.TreeView Namespace / C1CheckList Class / SelectedValues Property

In This Topic
SelectedValues Property (C1CheckList)
In This Topic
Gets the array of selected item values in this C1CheckList.
Syntax
'Declaration
 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
Public ReadOnly Property SelectedValues As Object()
 
See Also