IComplexControl.Refresh() Method
Called when it is required to refresh the IComplexControl‘s data source.
Namespace: DevExpress.ExpressApp.Editors
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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.
- How to: Show a Custom Data-Bound Control in an XAF View (WinForms)
- How to: Show a Custom Data-Bound Control in an XAF View (ASP.NET Web Forms)
See Also