Back to Devexpress

ModelSynchronizer<T, V> Class

expressappframework-devexpress-dot-expressapp-dot-model-dot-modelsynchronizer-2.md

latest1.9 KB
Original Source

ModelSynchronizer<T, V> Class

The recommended base class to use for model synchronizers.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public abstract class ModelSynchronizer<T, V> :
    ModelSynchronizer
vb
Public MustInherit Class ModelSynchronizer(Of T, V)
    Inherits ModelSynchronizer

Type Parameters

Name
T
V

Remarks

To create a custom model synchronizer by deriving from the ModelSynchronizer<T, V> class, override two methods. Override the protected ApplyModelCore method to check the ModelSynchronizer`2.Model property and configure the ModelSynchronizer.Control accordingly. Override the ModelSynchronizer.SynchronizeModel method to check the Control property and configure the Application Model via the Model property accordingly.

Implements

IModelSynchronizable

Inheritance

Object ModelSynchronizer ModelSynchronizer<T, V>

See Also

ModelSynchronizer<T, V> Members

DevExpress.ExpressApp.Model Namespace