Skip to main content
A newer version of this page is available. .

StateCollection Class

A collection that stores states of a particular state indicator control.

Namespace: DevExpress.Xpf.Gauges

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

Declaration

public class StateCollection :
    GaugeDependencyObjectCollection<State>

The following members return StateCollection objects:

Remarks

Each state indicator can hold two collections of states:

Note

You can access the current state of a state indicator via the StateIndicatorControl.State property.

See Also