expressappframework-devexpress-dot-expressapp-ba3d885b.md
Specifies the kind of Window for which a Window Controller is intended.
Namespace : DevExpress.ExpressApp
Assembly : DevExpress.ExpressApp.v25.2.dll
NuGet Package : DevExpress.ExpressApp
public enum WindowType
Public Enum WindowType
| 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.
|
The following properties accept/return WindowType values:
These enumeration values are used to set the WindowController.TargetWindowType property.
See Also