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

LayerBase.Map Property

Provides access to the Map Control that is the owner of this layer.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

[Browsable(false)]
public MapControl Map { get; }

Property Value

Type Description
MapControl

A MapControl object.

See Also