DataAdapterChangedEventArgs.UpdateType Property
Returns the type of the map update.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Property Value
Type | Description |
---|---|
MapUpdateType | A MapUpdateType enumeration value. |
Available values:
Name | Description |
---|---|
Data | Data was updated. |
Style | The map style was changed. |
ViewInfo | Map view information was changed. |
Render | Map rendering was performed. |
See Also