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

CreateCustomModelSynchronizerEventArgs.ModelSynchronizer Property

Specifies the created custom model synchronizer.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public IModelSynchronizable ModelSynchronizer { get; set; }

Property Value

Type Description
IModelSynchronizable

An IModelSynchronizable object specifying the created custom model synchronizer.

See Also