ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1MultiSelect Class / SelectedValues Property

In This Topic
    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