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.v26.1.dll

Declaration

public bool IsMaximized { get; }

Property Value

Type Description
Boolean

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

See Also