Back to Devexpress

TdxLayoutControlItem Class

vcl-dxlayoutcontainer-ff417736.md

latest2.6 KB
Original Source

TdxLayoutControlItem Class

The base class for layout items.

Declaration

delphi
TdxLayoutControlItem = class(
    TdxCustomLayoutLabeledItem,
    IdxAISmartPasteItem
)

Remarks

The TdxLayoutControlItem class implements base functionality that allows you to associate other controls (TControl descendants) with a layout item. An associated control is displayed within the layout item.

Main API Members

The list below outlines key members of the TdxLayoutControlItem class. These members allow you to configure layout items, associated controls, and related settings.

AIProvides access to AI-powered functionality settings.ControlAllows you to associated a control with the layout item.ControlOptionsProvides access to associated control-related settings.OriginalControlSizeReturns original dimensions of the associated control.

Terminal TdxLayoutControlItem Class Descendants

Do not use the TdxLayoutControlItem class directly. Use the following descendants instead:

TdxLayoutItemA standard layout item within the ExpressLayout Control.TcxGridLayoutItemA Layout View‘s layout item.

Inheritance

TObject TPersistent TComponent TcxCustomComponent TdxCustomLayoutItem TdxLayoutBasicItem TdxCustomLayoutLabeledItem TdxLayoutControlItem

See Also

TdxCustomLayoutCheckableItem Class

TdxLayoutControlItem Members

dxLayoutContainer Unit