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

GaugeCollection Class

The base class for many collections used in gauges.

Namespace: DevExpress.XtraGauges.Base

Assembly: DevExpress.XtraGauges.v20.1.Core.dll

NuGet Packages: DevExpress.Gauges.Core, DevExpress.WindowsDesktop.Gauges.Core

Declaration

public class GaugeCollection :
    BaseChangeableList<IGauge>

The following members return GaugeCollection objects:

Inheritance

Object
BaseObject
DevExpress.XtraGauges.Core.Base.BaseReadOnlyList<DevExpress.XtraGauges.Base.IGauge>
DevExpress.XtraGauges.Core.Base.BaseChangeableList<DevExpress.XtraGauges.Base.IGauge>
GaugeCollection
See Also