Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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