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

GaugeControlBase.Gauges Property

Gets the collection of gauges displayed in the control.

Namespace: DevExpress.XtraGauges.Win

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

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Gauges

Declaration

[DXCategory("Content")]
public GaugeCollection Gauges { get; }

Property Value

Type Description
GaugeCollection

The collection of gauges displayed in the control.

See Also