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

BaseGaugeWin.Images Property

Provides access to the collection of custom images used within this gauge.

Namespace: DevExpress.XtraGauges.Win.Base

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

NuGet Package: DevExpress.Win.Gauges

#Declaration

[DXCategory("Appearance")]
public ImageIndicatorComponentCollection Images { get; }

#Property Value

Type Description
DevExpress.XtraGauges.Win.Base.ImageIndicatorComponentCollection

An ImageIndicatorComponentCollection object that is the collection of Image Indicator components used within this gauge

#Remarks

The Images collection provides access to all custom images, owned by the current gauge. Whenever you add an image component at design-time, it is automatically added to this collection. Alternatively, if you need to add a custom image in code, use the BaseGaugeWin.AddImageIndicator method.

See Also