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

ModelSynchronizer<T, V>.Model Property

Specifies the Application Model node used by the model synchronizer.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public V Model { get; }

Property Value

Type Description
V

An Application Model node used by the model synchronizer.

See Also