DataSourceAdapterBase.CustomizeMapItem Event
Occurs when vector items are generated.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Event Data
The CustomizeMapItem event's data class is CustomizeMapItemEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
MapItem | The generated map item. |
SourceObject | The object used to generate the map item. |
See Also