Skip to main content
.NET 6.0+

IComplexControl.Refresh() Method

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

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v23.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