DocumentPanel.MDIState Attached Property
In This Article
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.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
#Returns
Type | Description |
---|---|
MDIState | An enumeration value that indicates whether a Document |
#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