Skip to main content
.NET 6.0+

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.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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