Skip to main content
A newer version of this page is available. .

DockLayoutManager.MDIController Property

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

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v18.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