Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ModelSynchronizer.SynchronizeModel() Method

Persists the ModelSynchronizer.Control‘s configuration to the Application Model‘s ModelSynchronizer.Model node.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public abstract void SynchronizeModel()

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