Skip to main content

DocumentGroup.MDIStyle Property

Gets or sets how the DocumentGroup presents its child panels. This is a dependency property.

Namespace: DevExpress.Xpf.Docking

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

#Declaration

[XtraSerializableProperty]
public MDIStyle MDIStyle { get; set; }

#Property Value

Type Description
MDIStyle

An MDIStyle value that specifies how the DocumentGroup presents its child panels.

#Remarks

When the MDIStyle property is set to MDIStyle.MDI, child DocumentPanel objects are represented as floating windows. The DockLayoutManager.MDIController object provides methods to work with child panels in this mode.

#Examples

The following image shows the result:

DocumentGroup_MDI_Ex

See Also