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

IWindowService.WindowState Property

Gets or sets a window state (restored, minimized, maximized).

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.2.dll

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

Declaration

DXWindowState WindowState { get; set; }

Property Value

Type Description
DXWindowState

A window state.

Available values:

Name Description
Normal

The window is restored.

Minimized

The window is minimized.

Maximized

The window is maximized.

See Also