DataViewBase.RefreshDataSourceAsync() Method
In This Article
Refreshes the grid’s ItemsSource.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
#Returns
Type | Description |
---|---|
Task | A task that refreshes the grid’s data source. |
See Also