XRDesignRibbonController.RibbonControl Property
In This Article
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
public override RibbonControl RibbonControl { get; set; }
#Property Value
Type | Description |
---|---|
Ribbon |
A Ribbon |
#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