Xceed SmartUI for WinForms v3.6 Documentation
RadioButtonNode SmartItem
Welcome to Xceed SmartUI for WinForms v3.6 > Basic Concepts > SmartControls > SmartOptionList > RadioButtonNode SmartItem

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

 

Although the RadioButtonNode 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.
CheckBoxNode SmartItem Represents a SmartItem designed to be used as a checkbox node for the SmartOptionList SmartControl.

Things you should consider

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

  • Do you want to prevent the radio group behavior? Set the Grouped property to false. 

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