Skip to main content
A newer version of this page is available. .

XRDesignRibbonController.RibbonControl Property

Gets or sets the RibbonControl into which the Design Ribbon Controller embeds its tabs.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v19.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public override RibbonControl RibbonControl { get; set; }

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