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

CreateCustomModelSynchronizerEventArgs.Model Property

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

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

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