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

GaugeLayerCollection<T> Class

A base class for collections containing gauge layers.

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v21.1.dll

Declaration

public class GaugeLayerCollection<T> :
    GaugeLayoutElementCollection<T>

Type Parameters

Name
T

Remarks

The GaugeLayerCollection<T> class serves as the base for all other collections that store gauge layers (e.g., the CircularGaugeLayerCollection returned by the CircularGauge.Layers property, etc.)

Inheritance

Object
Collection<T>
ObservableCollection<T>
DevExpress.WinUI.Core.Collections.Internal.WorkaroundObservableCollection<T>
See Also