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

Specifies the color of the indicator item.

#Declaration

Delphi
property IndicatorType: TdxStatusBarStateIndicatorType read; write; default sitOff;

#Property Value

Type Default
TdxStatusBarStateIndicatorType sitOff

#Remarks

Use the IndicatorType property to specify the color of the glyph representing the item. The sitYellow, sitBlue, sitGreen, sitRed, sitTeal and sitPurple values correspond to the yellow, blue, green, red, teal and purple colors respectively. The sitOff value corresponds to the gray color and can be used to indicate the disabled state of the item.

The default value of the IndicatorType property is sitOff.

See Also