ComponentOne MultiSelect for WinForms
C1.Win.Input 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
     
    
    Public ReadOnly Property SelectedValues As Object()
    public object[] SelectedValues {get;}
    See Also