TdxLayoutControlItem Class
In This Article
The base class for items that provide the functionality of standard layout items.
#Declaration
Delphi
TdxLayoutControlItem = class(
TdxCustomLayoutLabeledItem
)
#Remarks
This class is the base class for the following items:
Standard layout items in the ExpressLayout Control;
Layout View items in the ExpressQuantumGrid.
The TdxLayoutControlItem class extends its ancestor class with the ControlOptions and OriginalControlSize properties that relate to an external control associated with a layout item.
#Inheritance
See Also