Skip to main content
.NET 6.0+

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

NuGet Package: DevExpress.ExpressApp

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