Skip to main content
.NET 6.0+

IModelWindowController.TargetWindowType Property

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

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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