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

TdxStatusBarStateIndicatorItem Class

An individual item within the state indicator panel.

#Declaration

Delphi
TdxStatusBarStateIndicatorItem = class(
    TCollectionItem
)

#Remarks

The TdxStatusBarStateIndicatorItem object represents an item of the state indicator panel. Visually, these items are represented by different color glyphs. Glyph color is specified by the IndicatorType property. This property also has a specific value that makes the corresponding glyph look disabled. You can also hide items and make them visible using the Visible property.

Indicator items can be accessed via the Items property of the TdxStatusBarStateIndicators object. This object is returned by the Indicators property of the TdxStatusBarStateIndicatorPanelStyle object representing the state indicator panel style.

#Inheritance

TObject
TPersistent
TCollectionItem
TdxStatusBarStateIndicatorItem
See Also