IComplexControl.Refresh() Method
Called when it is required to refresh the IComplexControl‘s data source.
Namespace: DevExpress.ExpressApp.Editors
Assembly: DevExpress.ExpressApp.v26.1.dll
Declaration
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