Skip to main content
.NET 6.0+

ViewItem.Refresh() Method

Refreshes the current View Item.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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