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

ModelSynchronizer.Control Property

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

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public object Control { get; }

Property Value

Type Description
Object

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

See Also