vcl-dxbar-704d3d6e.md
The base class for items that have links to other bar items.
TCustomdxBarSubItem = class(
TdxBarButtonLikeItem,
IdxBarLinksOwner,
IdxBarSubMenuOwner
)
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.
TObject TPersistent TComponent TcxCustomComponent TdxBarComponent TdxBarItem TdxBarButtonLikeItem TCustomdxBarSubItem
See Also