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

StateIndicatorControl.StateCount Property

Returns the total number of all states (both predefined and additional) that are currently available in the State Indicator control.

Namespace: DevExpress.Xpf.Gauges

Assembly: DevExpress.Xpf.Gauges.v24.2.dll

NuGet Package: DevExpress.Wpf.Gauges

#Declaration

public int StateCount { get; }

#Property Value

Type Description
Int32

An integer value that is the number of the state indicator’s states.

#Remarks

The StateCount property returns the total amount of all states (either specified by the StateIndicatorControl.Model property or added to the StateIndicatorControl.AdditionalStates collection).

See Also