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

TdxBar.CaptionButtons Property

Provides access to a collection of toolbar title buttons.

#Declaration

Delphi
property CaptionButtons: TdxBarCaptionButtons read; write;

#Property Value

Type
TdxBarCaptionButtons

#Remarks

A toolbar title button can serve as a link to advanced functionality (or options) of a toolbar. For instance, it can be used as a dialog launcher button in a Ribbon tab group.

Any number of buttons can be specified for a particular toolbar. These buttons can be created both at design (using the bar’s CaptionButtons property) and runtime (using the collection’s Add method).

Once created, all of them are stored in the CaptionButtons collection.

See Also