StateIndicatorControl.StateCount Property
In This Article
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
#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