Skip to main content
A newer version of this page is available. .

ModelSynchronizer(Object, IModelNode) Constructor

Initializes a new instance of the ModelSynchronizer class.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public ModelSynchronizer(
    object control,
    IModelNode model
)

Parameters

Name Type Description
control Object

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

model IModelNode

An IModelNode object specifying the Application Model node to used by the model synchronizer. This parameter value is assigned to the ModelSynchronizer.Model property.

See Also