Xceed SmartUI for WinForms v3.6 Documentation
Welcome to Xceed SmartUI for WinForms v3.6 / Basic Concepts / SmartControls / SmartOptionList / Node SmartItem (SmartOptionList)
In This Topic
    Node SmartItem (SmartOptionList)
    In This Topic

    The Node SmartItem is one of the preferred SmartItems for the SmartOptionList SmartControl and is designed to be used as an expandable node.  

    Although the Node SmartItem is one of the SmartOptionList's preferred SmartItems, it can also be used with any other SmartControl.

    Preferred sibling SmartItems

    The following table provides a list of the preferred sibling SmartItems: 

    Preferred sibling SmartItem Description
    CheckBoxNode SmartItem Represents a SmartItem designed to be used as a checkbox node for the SmartOptionList SmartControl.
    RadioButtonNode SmartItem Represents a SmartItem designed to be used as a radio button node for the SmartOptionList SmartControl.

    Things you should consider

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