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

TdxBarSeparator Class

An item separator in toolbar and Ribbon context menus (see TdxBarPopupMenu, TdxRibbonPopupMenu and TdxBarApplicationMenu) and toolbar subitems (TCustomdxBarSubItem descendants).

#Declaration

Delphi
TdxBarSeparator = class(
    TdxBarLabel
)

#Remarks

Compared with a group separator, an item separator is displayed as a label, providing additional information on menu items that follow it.

Bar Separator

This class does not introduce any new functionality, but instead, publishes the inherited ShowCaption property.

Note

An item separator is not displayed at runtime if no items follow it (i.e., if it’s the last visible item in a menu).

See Also