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

TdxBarLabel Class

A label in toolbars and menus.

#Declaration

Delphi
TdxBarLabel = class(
    TdxBarItem
)

#Remarks

Labels cannot receive focus in a running application, and only used for informational purposes.

The TdxBarLabel class introduces a ShowCaption property, which controls the visibility of the label’s text, and enables this property by default.

The TdxBarLabel class is the base class for the TdxBarSeparator class.

See Also