A newer version of this page is available.
Switch to the current version.
DockLayoutManager.MDIController Property
Gets the controller that provides methods to perform operations on MDI panels.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v19.1.dll
Declaration
public IMDIController MDIController { get; }
Public ReadOnly Property MDIController As IMDIController
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
Feedback