Skip to main content

DockLayoutManager.MDIController Property

Gets the controller that provides methods to perform operations on MDI panels.

Namespace: DevExpress.Xpf.Docking

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

#Declaration

public IMDIController MDIController { get; }

#Property Value

Type Description
DevExpress.Xpf.Docking.IMDIController

A DevExpress.Xpf.Docking.MDIController object that provides methods to perform operations on MDI panels.

#Remarks

A DocumentGroup supports MDI mode for its child panels. Use the DocumentGroup.MDIStyle property to enable MDI mode.

The MDIController object provides methods to work with MDI panels.

See Also