Skip to main content

TdxBarSubItem Class

This class is a direct descendant of the TCustomdxBarSubItem class.

Declaration

TdxBarSubItem = class(
    TCustomdxBarSubItem
)

Remarks

TdxBarSubItem items represent subitems on toolbars. Subitems are items that contain other items, specified in the TdxBarManager list. TdxBarSubItem is visually represented as a 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 sub item customization for end-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