Skip to main content

TdxBarSubItem Class

A toolbar subitem.

Declaration

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.

See Also