Back to Devexpress

LayerCollection Class

windowsforms-devexpress-dot-xtramap-d2fc407b.md

latest1.5 KB
Original Source

LayerCollection Class

A collection of layers.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public class LayerCollection :
    DXNamedItemCollection<LayerBase>,
    ISupportSwapItems
vb
Public Class LayerCollection
    Inherits DXNamedItemCollection(Of LayerBase)
    Implements 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

LayerCollection Members

DevExpress.XtraMap Namespace