Back to Devexpress

DXWindowState Enum

corelibraries-devexpress-dot-mvvm-5c4ee5e7.md

latest1.3 KB
Original Source

DXWindowState Enum

Lists values that specify the window state (minimized, maximized, restored).

Namespace : DevExpress.Mvvm

Assembly : DevExpress.Mvvm.v25.2.dll

NuGet Packages : DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

csharp
public enum DXWindowState
vb
Public Enum DXWindowState

Members

NameDescription
Normal

The window is restored.

| | Minimized |

The window is minimized.

| | Maximized |

The window is maximized.

|

The following properties accept/return DXWindowState values:

Remarks

The values listed by this enumeration are used to set the WindowState property value.

See Also

DevExpress.Mvvm Namespace