Skip to main content

GaugeControlBase.Gauges Property

Gets the collection of gauges displayed in the control.

Namespace: DevExpress.XtraGauges.Win

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

NuGet Package: 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