Skip to main content

BaseLayoutItem.AllowMinimize Property

Gets or sets whether the current item can be minimized. This property is supported for floating DocumentPanel objects.

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public bool AllowMinimize { get; set; }

Property Value

Type Description
Boolean

true, if the current item can be minimized; otherwise, false.

Remarks

Use the DockLayoutManager.MDIController object’s IMDIController.Minimize methods to minimize a floating DocumentPanel.

See Also