Skip to main content
.NET 6.0+

WindowType Enum

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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.

Remarks

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

See Also