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

DataAdapterChangedEventArgs.UpdateType Property

Returns the type of the map update.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

public MapUpdateType UpdateType { get; }

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