Skip to main content

MapDataAdapterBase.LoadData() Method

Loads data from the specified data source.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public void 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