Back to Devexpress

MapDataAdapterBase.LoadData() Method

wpf-devexpress-dot-xpf-dot-map-dot-mapdataadapterbase-4a588be2.md

latest1.1 KB
Original Source

MapDataAdapterBase.LoadData() Method

Loads data from the specified data source.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public void LoadData()
vb
Public Sub LoadData

Remarks

MapItemStorage does not trigger the LayerBase.DataLoaded event in the attached layer when you add or remove items. You can call the LoadData method to trigger the DataLoaded event after you finish updating data.

See Also

MapDataAdapterBase Class

MapDataAdapterBase Members

DevExpress.Xpf.Map Namespace