Skip to main content

DataAdapterChangedEventArgs.UpdateType Property

Returns the type of the map update.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

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