Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

MapUpdateType Enum

Lists the values that specify types of data updates.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.2.dll

NuGet Package: DevExpress.Win.Map

#Declaration

[Flags]
public enum MapUpdateType

#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