Radio Button Item
- 2 minutes to read
The radio button item is the counterpart of standard and DevExpress radio buttons in the Layout Control.
You do not need to embed the layout radio button into a layout item.
#Create the Layout Radio Button Item
This item can be created at design time only. Double-click the control to invoke the customization form, and follow the steps below:
Click the “Add Auxiliary Item” button and select “Add Radio Button Item” in the context menu.
Click the “Display Item Names/Captions” button.
Assign a new caption to the radio button item.
Drag the item to the Layout Tree View pane.
The layout radio button’s API:
Visibility | An item’s Visible property. |
Position | An item’s Index, Visible A parent group’s Layout |
Appearance | An item’s Layout A parent group’s Layout The layout control’s Layout |
Behavior | An item’s Size A parent group’s Locked property. The layout control’s Options |
Size | An item’s Size |
Contains commonly used customization options. | |
Hit | The layout control’s Get |
Refer to the “How to Convert Embedded Controls to Layout Items“ topic for information on how to convert radio buttons to layout radio button items.