DXWindowState Enum
In This Article
Lists values that specify the window state (minimized, maximized, restored).
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v24.2.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
Normal
|
The window is restored. |
Minimized
|
The window is minimized. |
Maximized
|
The window is maximized. |
#Related API Members
The following properties accept/return DXWindowState values:
#Remarks
The values listed by this enumeration are used to set the WindowState property value.
See Also