Check Box Item
- 2 minutes to read
The layout check box item is the counterpart of standard and DevExpress check boxes in the Layout Control.
You do not need to embed the layout check box into a layout item.
#Create the Layout Check Box Item
This item can be created at design time only. Double-click the control to invoke the Layout Control’s customization form and follow the steps below:
Click the “Add Auxiliary Item” button and select “Add Check Box Item” in the context menu.
Click the “Display Item Names/Captions” button.
Assign a new caption to the check box item.
Drag the item to the Layout Tree View pane.
The layout check box’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 Check 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 check boxes to layout check box items.