GaugeControlBase.Gauges Property
In This Article
Gets the collection of gauges displayed in the control.
Namespace: DevExpress.XtraGauges.Win
Assembly: DevExpress.XtraGauges.v24.2.Win.dll
NuGet Package: DevExpress.Win.Gauges
#Declaration
[DXCategory("Content")]
public GaugeCollection Gauges { get; }
#Property Value
Type | Description |
---|---|
Gauge |
The collection of gauges displayed in the control. |
See Also