Skip to main content

DrawMapItemEventArgs.Layer Property

Gets an object representing a map items layer when handling the MapControl.DrawMapItem event.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public MapItemsLayerBase Layer { get; }

Property Value

Type Description
MapItemsLayerBase

A MapItemsLayerBase object that is a map items layer.

Remarks

Use the Layer property to get a map items layer when implementing the MapControl.DrawMapItem event.

See Also