Skip to main content

GaugeCollection Class

The base class for many collections used in gauges.

Namespace: DevExpress.XtraGauges.Base

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

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