Back to Devexpress

TdxLayoutEmptySpaceItem Class

vcl-dxlayoutcontainer-5a0cfd88.md

latest1.9 KB
Original Source

TdxLayoutEmptySpaceItem Class

An auxiliary layout item used to provide an empty region within a layout control.

Declaration

delphi
TdxLayoutEmptySpaceItem = class(
    TdxLayoutNonLabeledItem
)

Remarks

Refer to the Empty Space Item help topic, for details.

To learn how to create, arrange, and resize layout elements, refer to the How to Create Layout Items and Groups, Arranging Layout Items and Groups, and Resizing Layout Items and Groups topics.

Inheritance

TObject TPersistent TComponent TcxCustomComponent TdxCustomLayoutItem TdxLayoutBasicItem TdxLayoutNonLabeledItem TdxLayoutEmptySpaceItem

See Also

TdxLayoutItem

TdxLayoutImageItem

TdxLayoutLabeledItem

TdxLayoutSeparatorItem

TdxLayoutSplitterItem

TdxLayoutEmptySpaceItem Members

dxLayoutContainer Unit