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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public bool IsMaximized { get; }

Property Value

Type Description
Boolean

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

See Also