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
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
Use the DockLayoutManager.MDIController object’s IMDIController.Minimize methods to minimize a floating DocumentPanel.
See Also