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

TdxBarToolbarsListItem Class

#Declaration

Delphi
TdxBarToolbarsListItem = class(
    TCustomdxBarSubItem
)

#Remarks

This item is presented as a submenu which contains a list of existing toolbars. Use it to allow users to display and hide toolbars from a menu without calling the toolbar popup list.

This list doesn’t display toolbars with the Hidden property set to False.

Note

This bar item is not intended for use in the Ribbon control.

See Also