Skip to main content

LayoutPanel.IsMinimized Property

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

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v23.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