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

DXWindow.IsMaximized Attached Property

Gets or sets whether the window is maximized. This is an attached property.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

Returns

Type Description
Boolean

A Boolean value that specifies whether the window is maximized.

Remarks

To change the window’s state you can use the inherited Window.WindowState property.

See Also