DetailView.RefreshDataSource() Method
Refreshes the data source of the current DetailView.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Remarks
This method calls the IObjectSpace.ReloadObject method and passes the DetailView.CurrentObject object to it.
See Also