TdxCustomLayoutControl Class
The base class for the ExpressLayout Control.
Declaration
TdxCustomLayoutControl = class(
TcxScrollingControl,
IdxLayoutComponent,
IdxSkinSupport,
IdxCustomizeControlsHelper,
IcxEditorFieldLink2,
IdxLayoutContainerOwner,
IdxAcrylicHostControlListener
)
Remarks
This class fully implements the Layout Control functionality and contains properties and methods published in its direct descendant – TdxLayoutControl.
Do not create instances of the TdxCustomLayoutControl class. To place the ExpressLayout Control onto a form, use TdxCustomLayoutControl descendants, such as TdxLayoutControl.
Implements
Inheritance
See Also