SelectedValues Property (C1MultiSelect)
In This Topic
Gets the array of selected item values in the drop-down C1.Win.TreeView.C1CheckList control.
Syntax
'Declaration
Public ReadOnly Property SelectedValues As Object()
public object[] SelectedValues {get;}
See Also