DrawMapItemEventArgs.Layer Property
Gets an object representing a map items layer when handling the MapControl.DrawMapItem event.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
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