Skip to main content

StateIndicator.State Property

Gets the state indicator’s current state.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v23.2.Core.dll

NuGet Package: DevExpress.Gauges.Core

Declaration

public IIndicatorState State { get; }

Property Value

Type Description
DevExpress.XtraGauges.Core.Model.IIndicatorState

An IIndicatorState object that represents the current state.

Remarks

To select a state, use the StateIndicator.StateIndex property.

See Also