Back to Devexpress

TdxBar.CaptionButtons Property

vcl-dxbar-dot-tdxbar-10c2005b.md

latest1.0 KB
Original Source

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

TdxBar Class

TdxBar Members

dxBar Unit