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

TdxStatusBarStateIndicators Class

A collection of indicators within the state indicator panel.

#Declaration

Delphi
TdxStatusBarStateIndicators = class(
    TOwnedCollection
)

#Remarks

The TdxStatusBarStateIndicators object can be accessed via the Indicators property of the TdxStatusBarStateIndicatorPanelStyle object. It represents a collection of indicators displayed by state indicator panels. Being a descendant of the TCollection class, it provides a means for managing the collection such as adding and deleting items. You can also access individual items using the Items property. The total number of indicators in the collection can be obtained via the Count property.

#Inheritance

See Also