Back to Devexpress

DocumentPanel Attached Properties

wpf-devexpress-dot-xpf-dot-docking-dot-documentpanel-dot-underscore-attachedproperties.md

latest1.9 KB
Original Source

DocumentPanel Attached Properties

A child panel in a DocumentGroup. The DocumentPanel supports the MDI and Tabbed UIs.

NameDescription
MDILocation staticGets 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.
MDIMergeStyleGets or sets if and when the merging mechanism is invoked for the current panel. Inherited from LayoutPanel.
MDISize staticGets 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 staticGets 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

DocumentPanel Class

DocumentPanel Members

DevExpress.Xpf.Docking Namespace