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

IModelWindowController.TargetWindowType Property

Indicates the type of the Window for which the current Controller is activated.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

WindowType TargetWindowType { get; }

Property Value

Type Description
WindowType

A WindowType enumeration value specifying the type of the Window for which the Current Controller is activated.

See Also