StateCollection Class
A collection that stores states of a particular state indicator control.
Namespace: DevExpress.Xpf.Gauges
Assembly: DevExpress.Xpf.Gauges.v24.1.dll
NuGet Package: DevExpress.Wpf.Gauges
Declaration
Related API Members
The following members return StateCollection objects:
Remarks
Each state indicator can hold two collections of states:
- The first collection is predefined. It cannot be changed and depends on the currently selected model (defined by the StateIndicatorControl.Model property).
- The second collection contains additional states. This collection can be accessed via the StateIndicatorControl.AdditionalStates property of a StateIndicatorControl object.
Note
You can access the current state of a state indicator via the StateIndicatorControl.State property.
Inheritance
See Also