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

ModelSynchronizer.Model Property

Specifies the Application Model node used by the model synchronizer.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public IModelNode Model { get; }

Property Value

Type Description
IModelNode

An IModelNode object specifying the Application Model node to be used by the model synchronizer.

See Also