A newer version of this page is available.
Switch to the current version.
GaugeControlBase.Gauges Property
Gets the collection of gauges displayed in the control.
Namespace: DevExpress.XtraGauges.Win
Assembly: DevExpress.XtraGauges.v18.2.Win.dll
Declaration
[DXCategory("Content")]
public GaugeCollection Gauges { get; }
<DXCategory("Content")>
Public ReadOnly Property Gauges As GaugeCollection
Property Value
Type | Description |
---|---|
GaugeCollection | The collection of gauges displayed in the control. |
Implements
DevExpress.XtraGauges.Base.IGaugeContainer.Gauges
See Also
Feedback