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

TdxBarManager.Bars Property

Provides access to a collection of the current bar manager’s toolbars.

#Declaration

Delphi
property Bars: TdxBars read;

#Property Value

Type
TdxBars

#Remarks

The Bars property provides indexed access to the current bar manager’s collection of toolbars.

Use the methods and properties of the TdxBars class to add a toolbar to a collection and to access/change the information about the position and configuration of an individual toolbar. For instance, use the Count property to determine the total number of toolbars within a collection. A particular toolbar is specified by the Items property.

See Also