Back to Devexpress

GaugeControlBase.Gauges Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gaugecontrolbase-2a1ba2f9.md

latest1.1 KB
Original Source

GaugeControlBase.Gauges Property

Gets the collection of gauges displayed in the control.

Namespace : DevExpress.XtraGauges.Win

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

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
[DXCategory("Content")]
public GaugeCollection Gauges { get; }
vb
<DXCategory("Content")>
Public ReadOnly Property Gauges As GaugeCollection

Property Value

TypeDescription
GaugeCollection

The collection of gauges displayed in the control.

|

See Also

GaugeControlBase Class

GaugeControlBase Members

DevExpress.XtraGauges.Win Namespace