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

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.v18.2.dll

Declaration

public State DefaultState { get; set; }

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