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

LayoutPanel.IsMaximized Property

Gets whether the LayoutPanel is maximized. This property is in effect for floating panels.

Namespace: DevExpress.Xpf.Docking

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Docking, DevExpress.Wpf.Navigation

Declaration

public bool IsMaximized { get; }

Property Value

Type Description
Boolean

true, if the LayoutPanel is maximized; otherwise, false.

See Also