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

StateImageIndicatorComponent.ImageStateCollection Property

Provides access to the image state collection.

Namespace: DevExpress.XtraGauges.Win.Base

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

NuGet Package: DevExpress.Win.Gauges

#Declaration

[DefaultValue(null)]
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true)]
public ImageIndicatorStateCollection ImageStateCollection { get; }

#Property Value

Type Default Description
DevExpress.XtraGauges.Core.Model.ImageIndicatorStateCollection null

An ImageIndicatorStateCollection object that contains states for the state image indicator.

#Remarks

The ImageStateCollection property provides access to the collection of states - value intervals of the related scale (the StateImageIndicatorComponent.IndicatorScale property) entering which switches images displayed by this StateImageIndicatorComponent. You can also switch images manually by modifying the StateImageIndicatorComponent.StateIndex property.

See the State and State Image Indicators topic to learn more.

See Also