View.RefreshDataSource() Method
In This Article
Refreshes the data source of the current View.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Remarks
To refresh the data source together with the View‘s control values, use the View.Refresh method with the refreshDataSource parameter.
This method is overloaded in View descendants in the following way:
Method Overload | Description |
---|---|
List |
Calls the Collection |
Detail |
Calls the IObject |
See Also