MapEditor.ActiveLayer Property
In This Article
Returns the layer that the Map Editor uses to store newly created map items.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
[Browsable(false)]
public MapItemsLayerBase ActiveLayer { get; set; }
#Property Value
Type | Description |
---|---|
Map |
The map layer. |
See Also