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

StateIndicatorGauge.Indicators Property

Provides access to the state indicator collection for the current gauge.

Namespace: DevExpress.XtraGauges.Win.Gauges.State

Assembly: DevExpress.XtraGauges.v18.2.Win.dll

Declaration

public StateIndicatorComponentCollection Indicators { get; }

Property Value

Type Description
DevExpress.XtraGauges.Win.Gauges.State.StateIndicatorComponentCollection

A StateIndicatorComponentCollection object that represents the collection of state indicator objects.

Remarks

The collection’s elements are of the StateIndicatorComponent type.

See Also