Back to Devexpress

TdxBarSubItem Class

vcl-dxbar-0a08e3fb.md

latest1.5 KB
Original Source

TdxBarSubItem Class

A toolbar subitem.

Declaration

delphi
TdxBarSubItem = class(
    TCustomdxBarSubItem
)

Remarks

A subitem is a toolbar item that can contain other items (submenu).

In addition to publishing properties inherited from the base TCustomdxBarSubItem class, the TdxBarSubItem class introduces the AllowCustomizing property that allows you to control the availability of subitem customization for users.

If you dynamically populate TdxBarSubItem with bar item controls, you can provide images for this particular subitem via its Images property and make its item controls reference these images via a corresponding item link‘s ImageIndex property.

Inheritance

TObject TPersistent TComponent TcxCustomComponent TdxBarComponent TdxBarItem TdxBarButtonLikeItem TCustomdxBarSubItem TdxBarSubItem

See Also

TdxBarSubItem Members

dxBar Unit