Skip to main content

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.v23.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