A newer version of this page is available.
Switch to the current version.
LayerCollection Class
A collection of layers.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v19.2.dll
Declaration
public class LayerCollection :
DXNamedItemCollection<LayerBase>,
ISupportSwapItems
Public Class LayerCollection
Inherits DXNamedItemCollection(Of LayerBase)
Implements ISupportSwapItems
Related API Members
The following members accept/return LayerCollection objects:
Remarks
An object of this class can be accessed using the MapControl.Layers property.
Inheritance
See Also
Feedback