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

XRDesignRibbonForm.RibbonControl Property

Gets the RibbonControl of the ribbon-based End-User Report Designer form.

Namespace: DevExpress.XtraReports.UserDesigner

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

NuGet Package: DevExpress.Win.Reporting

Declaration

public RibbonControl RibbonControl { get; }

Property Value

Type Description
RibbonControl

A RibbonControl object, which represents the Ribbon Control of the Ribbon End-User Designer form.

Remarks

Use the RibbonControl property, to access the RibbonControl‘s properties of the End-User Designer form.

To learn more, see End-User Report Designer with a Ribbon Toolbar.

See Also