Skip to main content
A newer version of this page is available. .

MapUpdateType Enum

Lists the values that specify types of data updates.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.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