Back to Devexpress

TdxCustomLayoutItem Class

vcl-dxlayoutcontainer-599603ae.md

latest1.5 KB
Original Source

TdxCustomLayoutItem Class

The base class for layout elements within the ExpressLayout Control.

Declaration

delphi
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.

Implements

IdxLayoutContainerObject

IdxLayoutLookAndFeelUser

IdxLayoutSelectableItem

IdxScaleFactor

IcxStoredObject

Inheritance

TObject TPersistent TComponent TcxCustomComponent TdxCustomLayoutItem

See Also

TdxCustomLayoutItem Members

dxLayoutContainer Unit