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 Attached Properties
Show Inherited Hide Inherited

A child panel in a DocumentGroup. The DocumentPanel supports the MDI and Tabbed UIs.
Name Description
MDILocation static Gets or sets the location of an MDI child panel. This property is in effect when the group’s DocumentGroup.MDIStyle property is set to MDI. This is an attached property.
MDIMergeStyle Gets or sets if and when the merging mechanism is invoked for the current panel. Inherited from LayoutPanel.
MDISize static Gets or sets the size of an MDI child panel. This property is in effect when the group’s DocumentGroup.MDIStyle property is set to MDI. This is an attached property.
MDIState static Gets or sets a value that indicates whether a DocumentPanel is minimized, maximized, or normal. This property is in effect in MDI Mode.
RestoreBounds static

Gets or sets the size of an MDI child panel before the panel has been maximized. This property is in effect when the group’s DocumentGroup.MDIStyle property is set to MDI. This is an attached property.

See Also