vcl-dxlayoutcontainer-599603ae.md
The base class for layout elements within the ExpressLayout Control.
TdxCustomLayoutItem = class(
TcxCustomComponent,
IdxLayoutContainerObject,
IdxLayoutLookAndFeelUser,
IdxLayoutSelectableItem,
IdxScaleFactor,
IcxStoredObject,
IdxAutomationElement
)
Do not create TdxCustomLayoutItem class instances directly. To place an item or group on a form, use TdxCustomLayoutItem descendants. Refer to the following topic for detailed information: How to Create Layout Items and Groups.
TObject TPersistent TComponent TcxCustomComponent TdxCustomLayoutItem
See Also