Skip to main content

LayerCollection Class

A collection of layers.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public class LayerCollection :
    DXNamedItemCollection<LayerBase>,
    ISupportSwapItems

The following members return LayerCollection objects:

Remarks

An object of this class can be accessed using the MapControl.Layers property.

Inheritance

Object
DXCollectionBase<LayerBase>
DXCollection<LayerBase>
DevExpress.Utils.DXNamedItemCollection<LayerBase>
LayerCollection
See Also