Back to Devexpress

DXWindow.IsMaximized Attached Property

wpf-devexpress-dot-xpf-dot-core-dot-dxwindow-d8817aae.md

latest1.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

See GetIsMaximized(DependencyObject) and SetIsMaximized(DependencyObject, Boolean).

Returns

TypeDescription
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

DXWindow Class

DXWindow Members

DevExpress.Xpf.Core Namespace