A newer version of this page is available.
Switch to the current version.
MapUpdateType Enum
Lists the values that specify types of data updates.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v19.2.dll
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
Feedback