XRDesignRibbonFormEx.DesignRibbonController Property
Gets the DesignRibbonController of the Ribbon End-User Designer form.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.2.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
Property Value
Type | Description |
---|---|
XRDesignRibbonController | An XRDesignRibbonController object, which represents the Design Ribbon Controller of the Ribbon End-User Designer form. |
Remarks
Use the DesignRibbonController property, to access the XRDesignRibbonController‘s properties of the End-User Designer Form.
Note that the XRDesignRibbonFormEx class is intended for creation of an SDI End-User Designer form. To create an MDI End-User Designer, use the XRDesignRibbonForm class instead. To learn more, refer to Create a Custom End-User Report Designer.