Label Item
- 2 minutes to read
The layout label item allows you to specify captions for layout elements.
You do not need to link this item to a control unlike standard and DevExpress labels.
#Create the Layout Label Item
Double-click the Layout Control to invoke the customization form and follow the steps below:
Click the “Add Auxiliary Item” button and select “Add Label Item” in the context menu.
Click the “Display Item Names/Captions” button.
Assign a new caption to the label item.
Drag the item to the Layout Tree View pane.
The layout label’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 |
Contents | An item’s Caption |
Behavior | An item’s Caption A parent group’s Locked property. |
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 labels to layout label items.