WindowType Enum
Specifies the kind of Window for which a Window Controller is intended.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v21.2.dll
Declaration
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.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the WindowType enum.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.