Skip to main content

MDIStyle Enum

Contains values that specify how a DocumentGroup represents its children.

Namespace: DevExpress.Xpf.Docking

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

#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 represented as tabs.

MDI

A DocumentGroup's children are represented as floating windows that can float within the DocumentGroup's boundaries.

#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