XRDesignRibbonForm.DesignMdiController Property
Gets the MDI (multi-document interface) Controller associated with the XRDesignRibbonForm instance.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
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