TdxCustomLayoutLabeledItem Class
The base class for layout items that can optionally display a caption or label.
Declaration
TdxCustomLayoutLabeledItem = class(
TdxLayoutBasicItem
)
Remarks
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.
Inheritance
TObject
TPersistent
TComponent
TcxCustomComponent
TdxCustomLayoutItem
TdxLayoutBasicItem
TdxCustomLayoutLabeledItem
See Also