StateIndicatorControl.DefaultState Property
Gets or sets the default state that specifies the StateIndicatorControl appearance when the state index is out of the predefined model states or additional states.
Namespace: DevExpress.Xpf.Gauges
Assembly: DevExpress.Xpf.Gauges.v24.1.dll
NuGet Package: DevExpress.Wpf.Gauges
Declaration
Property Value
Type | Description |
---|---|
State | A State object that specifies the default state of the State Indicator control. |
Remarks
The DefaultState property can be accessed via the State.Presentation property of a State object returned by the StateIndicatorControl.State property.
A default state occurs when the current state index (specified in the StateIndicatorControl.StateIndex property) exceeds default model states or additional states (if they exist).
See Also