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

DrawMapItemEventArgs.Layer Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

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