ViewItem.Refresh() Method
Refreshes the current View Item.
Namespace: DevExpress.ExpressApp.Editors
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Remarks
Refresh is called when the current Detail View is refreshed. The Refresh method refreshes data from the data source but does not reload the data source itself. To reload data from the database, use another overload of this method that takes the refreshDataSource parameter.
This method raises an exception if the current View Item is disposed. It can be overridden in descendants.
See Also