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

CreateCustomModelSynchronizerEventArgs.Model Property

Specifies the Application Model node to be used by a custom model synchronizer.

Namespace: DevExpress.ExpressApp.Editors

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 a custom model synchronizer.

See Also