Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: DevExpress.Wpf.Gauges

#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