Back to Devexpress

BaseLayoutItem.AllowMinimize Property

wpf-devexpress-dot-xpf-dot-docking-dot-baselayoutitem-49c27f72.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public bool AllowMinimize { get; set; }
vb
Public Property AllowMinimize As Boolean

Property Value

TypeDescription
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

AllowMaximize

ShowMinimizeButton

BaseLayoutItem Class

BaseLayoutItem Members

DevExpress.Xpf.Docking Namespace