Back to Devexpress

WindowType Enum

expressappframework-devexpress-dot-expressapp-ba3d885b.md

latest1.7 KB
Original Source

WindowType Enum

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

Declaration

csharp
public enum WindowType
vb
Public Enum WindowType

Members

NameDescription
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:

Remarks

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

See Also

DevExpress.ExpressApp Namespace