Back to Devexpress

XRDesignRibbonFormEx.RibbonControl Property

xtrareports-devexpress-dot-xtrareports-dot-userdesigner-dot-xrdesignribbonformex.md

latest2.5 KB
Original Source

XRDesignRibbonFormEx.RibbonControl Property

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

Namespace : DevExpress.XtraReports.UserDesigner

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

NuGet Package : DevExpress.Win.Reporting

Declaration

csharp
public RibbonControl RibbonControl { get; }
vb
Public ReadOnly Property RibbonControl As RibbonControl

Property Value

TypeDescription
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.

Note the XRDesignRibbonFormEx class is intended for creation of an SDI End-User Designer form. To create an MDI End-User Designer, use the XRDesignRibbonForm class instead.

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

See Also

RibbonControl

Add Items to the Report Designer's Ribbon Toolbar

XRDesignRibbonFormEx Class

XRDesignRibbonFormEx Members

DevExpress.XtraReports.UserDesigner Namespace