Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

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