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

XRDesignRibbonForm.DesignMdiController Property

Gets the MDI (multi-document interface) Controller associated with the XRDesignRibbonForm instance.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v18.2.Extensions.dll

Declaration

public XRDesignMdiController DesignMdiController { get; }

Property Value

Type Description
XRDesignMdiController

An XRDesignMdiController object, which represents the MDI Controller associated with the form.

Remarks

Use the DesignMdiController property to access an XRDesignMdiController associated with the current XRDesignRibbonForm object.

Implements

See Also