Skip to main content

MapEditor.ActiveLayer Property

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

Namespace: DevExpress.XtraMap

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