Back to Devexpress

MDIStyle Enum

wpf-devexpress-dot-xpf-dot-docking-7e7fdeea.md

latest1.6 KB
Original Source

MDIStyle Enum

Contains values that specify how a DocumentGroup represents its children.

Namespace : DevExpress.Xpf.Docking

Assembly : DevExpress.Xpf.Docking.v25.2.dll

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public enum MDIStyle
vb
Public Enum MDIStyle

Members

NameDescription
Default

The same option as MDIStyle.Tabbed.

| | Tabbed |

A DocumentGroup is rendered as a tab container, where children are displayed as tabs.

| | MDI |

A DocumentGroup’s children are displayed as floating windows that can float within the DocumentGroup’s boundaries.

|

The following properties accept/return MDIStyle values:

Remarks

Use the DocumentGroup.MDIStyle to change the way a DocumentGroup represents its children.

See Also

MDIStyle

DevExpress.Xpf.Docking Namespace