Back to Devexpress

TCustomdxBarSubItem Class

vcl-dxbar-704d3d6e.md

latest1.5 KB
Original Source

TCustomdxBarSubItem Class

The base class for items that have links to other bar items.

Declaration

delphi
TCustomdxBarSubItem = class(
    TdxBarButtonLikeItem,
    IdxBarLinksOwner,
    IdxBarSubMenuOwner
)

Remarks

TCustomdxBarSubItem is the ancestor for all subitem types. Subitems are objects that contain links to other items from the TdxBarManager list. Each subitem is visually represented either by an item control with a submenu or by a set of item controls, specified by the item links. The descendants of this class are TdxBarSubItem and TCustomdxBarContainerItem.

Implements

IdxBarLinksOwner

IdxBarSubMenuOwner

Inheritance

TObject TPersistent TComponent TcxCustomComponent TdxBarComponent TdxBarItem TdxBarButtonLikeItem TCustomdxBarSubItem

See Also

TdxBarSubItem

TCustomdxBarContainerItem

TCustomdxBarSubItem Members

dxBar Unit