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

ModelSynchronizer(T, V) Constructor

Initializes a new instance of the ModelSynchronizer<T, V> class.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public ModelSynchronizer(
    T control,
    V model
)

Parameters

Name Type Description
control T

An object whose configuration stored in the Application Model will be managed by the model synchronizer. This parameter value is assigned to the ModelSynchronizer`2.Control property.

model V

An Application Model node to used by the model synchronizer. This parameter value is assigned to the ModelSynchronizer`2.Model property.

See Also