Back to Devexpress

StateIndicator.State Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-stateindicator-d3449de4.md

latest1.3 KB
Original Source

StateIndicator.State Property

Gets the state indicator’s current state.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public IIndicatorState State { get; }
vb
Public ReadOnly Property State As IIndicatorState

Property Value

TypeDescription
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

StateIndex

StateIndicator Class

StateIndicator Members

DevExpress.XtraGauges.Core.Model Namespace