Back to Devexpress

TdxBarSeparator Class

vcl-dxbar-b86beef5.md

latest1.6 KB
Original Source

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.

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).

Inheritance

TObject TPersistent TComponent TcxCustomComponent TdxBarComponent TdxBarItem TdxBarLabel TdxBarSeparator

See Also

List of Bar Item Types

TdxBarSeparator Members

dxBar Unit