MDIStyle Enum
In This Article
Contains values that specify how a DocumentGroup represents its children.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
Default | The same option as MDIStyle. |
Tabbed | A Document |
MDI | A Document |
#Passed To
You can pass MDIStyle values to the DocumentGroup.MDIStyle property.
#Remarks
Use the DocumentGroup.MDIStyle to change the way a DocumentGroup represents its children.
See Also