ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1CheckList Class / SelectedItem Property

In This Topic
    SelectedItem Property (C1CheckList)
    In This Topic
    Gets or sets the item that is currently selected in the list.
    Syntax
    'Declaration
     
    
    Public Property SelectedItem As C1CheckListItem
    public C1CheckListItem SelectedItem {get; set;}
    See Also