DocumentPanel.MDIState Attached Property
Gets or sets a value that indicates whether a DocumentPanel is minimized, maximized, or normal. This property is in effect in MDI Mode.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Returns
Type | Description |
---|---|
MDIState | An enumeration value that indicates whether a DocumentPanel is minimized, maximized, or normal. The default value is MDIState.Normal. |
Remarks
The MDIState property allows you to maximize, minimize a DocumentPanel or set it to normal state. This property is in effect when the DocumentGroup.MDIStyle property is set to MDI. To learn more, see the MDI Mode topic.
See Also