XRDesignRibbonController.RibbonControl Property
Gets or sets the RibbonControl into which the Design Ribbon Controller embeds its tabs.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.2.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
Property Value
Type | Description |
---|---|
RibbonControl | A RibbonControl object. |
Remarks
Use the RibbonControl property to set the RibbonControl into which the XRDesignRibbonController embeds the “Report Designer”, “Print Preview” and “HTML View” tabs. Note that after a new XRDesignRibbonController is dropped onto a form which already contains a RibbonControl, its RibbonControl property is automatically set to this RibbonControl instance.
To learn more, see End-User Report Designer with a Ribbon Toolbar.
See Also