DocumentGroup.MDIStyle Property
In This Article
Gets or sets how the DocumentGroup presents its child panels. This is a dependency property.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
MDIStyle | An MDIStyle value that specifies how the Document |
#Remarks
When the MDIStyle property is set to MDIStyle.MDI, child DocumentPanel objects are represented as floating windows. The DockLayoutManager.MDIController object provides methods to work with child panels in this mode.
#Examples
The following image shows the result:
See Also