Back to Devexpress

TdxLayoutLabeledItem Class

vcl-dxlayoutcontainer-b514c9f9.md

latest2.1 KB
Original Source

TdxLayoutLabeledItem Class

A standalone label that can be associated with any layout element.

Declaration

delphi
TdxLayoutLabeledItem = class(
    TdxCustomLayoutLabeledItem
)

Remarks

A label item can be used to provide additional information for a layout element that already contains a built-in caption. Refer to the Label Item help topic, for details.

To learn how to create, arrange, and resize layout elements, refer to the How to Create Layout Items and Groups, Arranging Layout Items and Groups, and Resizing Layout Items and Groups topics.

Inheritance

TObject TPersistent TComponent TcxCustomComponent TdxCustomLayoutItem TdxLayoutBasicItem TdxCustomLayoutLabeledItem TdxLayoutLabeledItem

See Also

TdxLayoutItem

TdxLayoutSeparatorItem

TdxLayoutSplitterItem

TdxLayoutImageItem

TdxLayoutEmptySpaceItem

TdxLayoutLabeledItem Members

dxLayoutContainer Unit