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

StateIndicator.State Property

Gets the state indicator’s current state.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v19.1.Core.dll

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