XRDesignRibbonForm.DesignRibbonController Property
Gets the DesignRibbonController of the ribbon-based End-User Report Designer form.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.1.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.
To learn more, refer to End-User Report Designer with a Ribbon Toolbar.
See Also