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.BarsLoading Property

Specifies whether the toolbars of the current bar manager is being loaded.

#Declaration

Delphi
property BarsLoading: Boolean read;

#Property Value

Type
Boolean

#Remarks

The BarsLoading property is used internally to detect when the toolbars of the current bar manager is in the process of loading. The value of this property is True when the toolbars and all their items are being loaded. If the property’s value is False, the bar manager is in a different internal state.

See Also