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.v24.1.dll
NuGet Package: 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