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

ICurrentWindowService.WindowState Property

Gets or sets the specified state for the window associated with the ICurrentWindowService.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v21.1.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.Win.Design, DevExpress.WinUI

Declaration

DXWindowState WindowState { get; set; }

Property Value

Type Description
DXWindowState

A DXWindowState enumeration value

Available values:

Name Description
Normal

The window is restored.

Minimized

The window is minimized.

Maximized

The window is maximized.

Remarks

To learn more about window states, see the WindowState article.

See Also