Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

MDIStyle Enum

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

public enum MDIStyle

#Members

Name Description
Default

The same option as MDIStyle.Tabbed.

Tabbed

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

Dock Layout Manager - MDIStyle Tabbed

MDI

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

Dock Layout Manager - MDIStyle MDI

#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