MDIStyle Enum
In This Article
Contains values that specify how a DocumentGroup represents its children.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
#Members
Name | Description |
---|---|
Default
|
The same option as MDIStyle. |
Tabbed
|
A Document |
MDI
|
A Document |
#Related API Members
The following properties accept/return MDIStyle values:
#Remarks
Use the DocumentGroup.MDIStyle to change the way a DocumentGroup represents its children.
See Also