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

TdxStatusBarStateIndicatorPanelStyle Class

Provides settings for panels that display a set of indicators.

#Declaration

Delphi
TdxStatusBarStateIndicatorPanelStyle = class(
    TdxStatusBarPanelStyle
)

#Remarks

If a TdxStatusBarStateIndicatorPanelStyle object is assigned to the PanelStyle property of a panel, the panel displays a set of indicators. These indicators are colored glyphs. You can access the collection of objects representing individual indicators via the Indicators property of the TdxStatusBarStateIndicatorPanelStyle object. You can also specify the distance between neighboring indicators using the Spacing property.

Being the direct descendant of the TdxStatusBarPanelStyle class, the TdxStatusBarStateIndicatorStyle object also inherits properties, methods and events common for all panel types.

#Inheritance

See Also