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

IModelWindowController.TargetWindowType Property

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

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.1.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.

Available values:

Name Description
Any

Specifies that the Window Controller will be activated in any Window.

Main

Specifies that the Window Controller will be activated in the main Window (see Window.IsMain).

Child

Specifies that the Window Controller will be activated in all Windows except the main Window.

See Also