Skip to main content

MapItem.Layer Property

Provides access to the map items layer object.

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public MapItemsLayerBase Layer { get; }

#Property Value

Type Description
MapItemsLayerBase

A MapItemsLayerBase object representing the items layer of a map control.

See Also