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

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.v19.2.dll

Declaration

public void ApplyModel()

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