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

MapEditor.ActiveLayer Property

Returns the layer that the Map Editor uses to store newly created map items.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

[Browsable(false)]
public MapItemsLayerBase ActiveLayer { get; set; }

Property Value

Type Description
MapItemsLayerBase

The map layer.

See Also