Xceed SmartUI for WinForms v3.6 Documentation
Welcome to Xceed SmartUI for WinForms v3.6 / Basic Concepts / SmartControls / SmartCheckedListBox / CheckedListBoxItem SmartItem
In This Topic
    CheckedListBoxItem SmartItem
    In This Topic

    The CheckedListBox SmartItem is one of the preferred SmartItems for the SmartCheckedListBox SmartControl and is designed to be used as a checkbox. 

     

    Although the CheckListBox SmartItem is the SmartCheckedListBox's preferred SmartItem, it can also be used with any other SmartControl.

    Things you should consider

      • Do you want to check the CheckedListBoxItem? Set its Checked property to true. 

      • Do you want to prevent a SmartItem from being selected? Set its CanBeSelected property to false. 

      • Do you want to display an image? Set the item's Image or ImageIndex property.