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

LayoutPanel.IsMinimized Property

Gets whether a layout panel is minimized. This is a dependency property.

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public bool IsMinimized { get; }

Property Value

Type Description
Boolean

true, if a layout panel is minimized; otherwise, false.

See Also