Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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