Xceed SmartUI for WinForms v3.6 Documentation
Welcome to Xceed SmartUI for WinForms v3.6 / Basic Concepts / SmartItems / ComboBoxItem SmartItem
In This Topic
    ComboBoxItem SmartItem
    In This Topic

    The ComboBoxItem SmartItem is to be used as an item for the ComboBoxTool SmartItem. 

    Things you should consider

      • Do you want to know if a ComboBoxItem is selected? Check the parent ComboBoxTool's SelectedItem property. 

      • 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.