Skip to main content

GaugeCollectionWeb Class

The base class for many collections used in ASPxGauges.

Namespace: DevExpress.Web.ASPxGauges.Base

Assembly: DevExpress.Web.ASPxGauges.v23.2.dll

NuGet Package: DevExpress.Web.Visualization

Declaration

public class GaugeCollectionWeb :
    GaugeCollection,
    IStateManagedHierarchyObjectCollection,
    IStateManagedHierarchyObject,
    IStateManager,
    IEnumerable

The following members return GaugeCollectionWeb objects:

Implements

Show 13 items
DevExpress.XtraGauges.Core.Base.IBaseObject
DevExpress.XtraGauges.Core.Base.IChangeableCollection<DevExpress.XtraGauges.Base.IGauge>
DevExpress.XtraGauges.Core.Base.IReadOnlyCollection<DevExpress.XtraGauges.Base.IGauge>
DevExpress.XtraGauges.Core.Base.ISupportVisitor<DevExpress.XtraGauges.Base.IGauge>
DevExpress.XtraGauges.Core.Base.ISupportNotification<DevExpress.XtraGauges.Base.IGauge>
IList<DevExpress.XtraGauges.Base.IGauge>
ICollection<DevExpress.XtraGauges.Base.IGauge>
IEnumerable<DevExpress.XtraGauges.Base.IGauge>

Inheritance

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