Skip to main content
A newer version of this page is available. .

DXWindowState Enum

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

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

public enum DXWindowState

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