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

LayerCollection Class

A collection of layers.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.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