Back to Devexpress

ICurrentWindowService.WindowState Property

corelibraries-devexpress-dot-mvvm-dot-icurrentwindowservice-1f44260c.md

latest1.6 KB
Original Source

ICurrentWindowService.WindowState Property

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

Namespace : DevExpress.Mvvm

Assembly : DevExpress.Mvvm.v25.2.dll

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

Declaration

csharp
DXWindowState WindowState { get; set; }
vb
Property WindowState As DXWindowState

Property Value

TypeDescription
DXWindowState

A DXWindowState enumeration value

|

Available values:

NameDescription
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

ICurrentWindowService Interface

ICurrentWindowService Members

DevExpress.Mvvm Namespace