vcl-dxlayoutcontainer-ec05447f.md
The base class for layout items that can optionally display a caption or label.
TdxCustomLayoutLabeledItem = class(
TdxLayoutBasicItem
)
This class is the base class for the following items:
Standard items, image items, and label items in the ExpressLayout Control ;
Layout View items in the ExpressQuantumGrid.
In addition to extending its ancestor class with the CaptionOptions property that provides access to caption options, the TdxCustomLayoutLabeledItem class publishes the Padding property to allow you to adjust contents within an item.
Do not use the TdxCustomLayoutLabeledItem class directly. Use its descendants instead.
TObject TPersistent TComponent TcxCustomComponent TdxCustomLayoutItem TdxLayoutBasicItem TdxCustomLayoutLabeledItem
See Also