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.v19.1.Core.dll

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