Skip to main content
.NET Framework 4.6.2+

ModelSynchronizer<T, V>.Model Property

Specifies the Application Model node used by the model synchronizer.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v24.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