Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IComplexControl.Refresh() Method

Called when it is required to refresh the IComplexControl‘s data source.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

void Refresh()

Remarks

The Refresh method is called automatically when a View is refreshed. Refer to the following topics to see an example of implementing this method.

See Also