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

    The CheckBoxNode SmartItem is one of the preferred SmartItems for the SmartOptionList SmartControl and is designed to be used as a checkbox node.  

    Although the CheckBoxNode 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
    Node SmartItem Represents a SmartItem designed to be used as a 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 check the CheckBoxNode? Set its Checked property to true. 

      • Do you want to group various CheckBoxNodes together? Set their Grouped property to true. All consecutive CheckBoxNodes whose Grouped property is set to true will have the same behavior as a RadioButtonNode

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