MapUpdateType Enum
Lists the values that specify types of data updates.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Members
Name | Description |
---|---|
Data
|
Data was updated. |
Style
|
The map style was changed. |
ViewInfo
|
Map view information was changed. |
Render
|
Map rendering was performed. |
Related API Members
The following properties accept/return MapUpdateType values:
Remarks
Values listed by the MapUpdateType enumeration are used to set the DataAdapterChangedEventArgs.UpdateType property.
See Also