DockLayoutManager.MDIController Property
In This Article
Gets the controller that provides methods to perform operations on MDI panels.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
A DevExpress. |
#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