Skip to main content

IComplexControl.Refresh() Method

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

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v25.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 topic to see an example of implementing this method: How to: Show a Custom Data-Bound Control in an XAF View (WinForms).

See Also