TdxCustomLayoutItem Class
In This Article
The base class for layout elements within the ExpressLayout Control.
#Declaration
Delphi
TdxCustomLayoutItem = class(
TcxCustomComponent,
IdxLayoutLookAndFeelUser,
IdxLayoutSelectableItem,
IdxScaleFactor,
IcxStoredObject
)
#Remarks
Do not directly create TdxCustomLayoutItem class instances. To place an item or group onto a form, use TdxCustomLayoutItem descendants. Refer to the How to Create Layout Items and Groups topic to learn how to create layout elements.
#Inheritance
TObject
TPersistent
TComponent
TcxCustomComponent
TdxCustomLayoutItem
See Also