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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Docking, DevExpress.Wpf.Navigation

Declaration

public bool IsMinimized { get; }

Property Value

Type Description
Boolean

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

See Also