Skip to main content

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.v23.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