Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.

See Also