ModelSynchronizer.ApplyModel() Method
Sets up the ModelSynchronizer.Control, according to the configuration stored in 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 protected ApplyModelCore method to check the ModelSynchronizer.Model property and configure the ModelSynchronizer.Control accordingly.
Implements
See Also