Skip to main content
A newer version of this page is available. .

ViewItem.Refresh() Method

Refreshes the current View Item.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public virtual void Refresh()

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