WindowType Enum
Specifies the kind of Window for which a Window Controller is intended.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
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.
See Also