Skip to main content
.NET 6.0+

ModelSynchronizer<T, V>.Control Property

Specifies the object whose configuration stored in the Application Model is managed by the model synchronizer.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public T Control { get; }

Property Value

Type Description
T

An object whose configuration stored in the Application Model is managed by the model synchronizer.

See Also