Skip to main content

DocumentPanel Attached Properties

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