Back to Devexpress

TdxLayoutImageItem Class

vcl-dxlayoutcontainer-bbb2efc2.md

latest2.1 KB
Original Source

TdxLayoutImageItem Class

An auxiliary layout item used as an image container.

Declaration

delphi
TdxLayoutImageItem = class(
    TdxCustomLayoutLabeledItem
)

Remarks

An image layout item can be used to embed an image and let end-users easily drag and drop this item in customization mode (see the item’s Image property). Refer to the Image 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 TdxCustomLayoutLabeledItem TdxLayoutImageItem

See Also

TdxLayoutEmptySpaceItem

TdxLayoutItem

TdxLayoutLabeledItem

TdxLayoutSeparatorItem

TdxLayoutSplitterItem

TdxLayoutImageItem Members

dxLayoutContainer Unit