TdxCustomLayoutControl Class
In This Article
The base class for the ExpressLayout Control.
#Declaration
Delphi
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 the direct descendant (TdxLayoutControl).
Do not create TdxCustomLayoutControl
class descendant instances. To place an ExpressLayout Control on a form, use TdxCustomLayoutControl
descendants, such as TdxLayoutControl.
#Implements
#Inheritance
See Also