Back to Devexpress

StateCollection Class

wpf-devexpress-dot-xpf-dot-gauges-2f3fb87b.md

latest2.7 KB
Original Source

StateCollection Class

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

Namespace : DevExpress.Xpf.Gauges

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public class StateCollection :
    GaugeDependencyObjectCollection<State>
vb
Public Class StateCollection
    Inherits GaugeDependencyObjectCollection(Of 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.

Inheritance

Object DispatcherObject DependencyObject Freezable Animatable FreezableCollection<State> GaugeDependencyObjectCollectionBase<State> GaugeDependencyObjectCollection<State> StateCollection

See Also

StateCollection Members

DevExpress.Xpf.Gauges Namespace