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

WindowType Enum

Specifies the kind of Window for which a Window Controller is intended.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public enum WindowType

Members

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.

Related API Members

The following properties accept/return WindowType values:

Remarks

These enumeration values are used to set the WindowController.TargetWindowType property.

See Also