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.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
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