ModelSynchronizer.SynchronizeModel() Method
Persists the ModelSynchronizer.Control‘s configuration to the Application Model‘s ModelSynchronizer.Model node.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Remarks
When implementing a custom model synchronizer by deriving from the ModelSynchronizer class, override the SynchronizeModel method to check the ModelSynchronizer.Control property and configure the Application Model via the ModelSynchronizer.Model property accordingly.
Implements
See Also