Skip to main content

TdxCustomLayoutItem Class

The base class for layout elements within the ExpressLayout Control.

Declaration

TdxCustomLayoutItem = class(
    TcxCustomComponent,
    IdxLayoutContainerObject,
    IdxLayoutLookAndFeelUser,
    IdxLayoutSelectableItem,
    IdxScaleFactor,
    IcxStoredObject,
    IdxAutomationElement
)

Remarks

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.

Inheritance

See Also