Back to Devexpress

XRDesignRibbonController.RibbonControl Property

xtrareports-devexpress-dot-xtrareports-dot-userdesigner-dot-xrdesignribboncontroller.md

latest2.3 KB
Original Source

XRDesignRibbonController.RibbonControl Property

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

Namespace : DevExpress.XtraReports.UserDesigner

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

NuGet Package : DevExpress.Win.Reporting

Declaration

csharp
public override RibbonControl RibbonControl { get; set; }
vb
Public Overrides Property RibbonControl As RibbonControl

Property Value

TypeDescription
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

End-User Report Designer with a Ribbon Toolbar

XRDesignRibbonController Class

XRDesignRibbonController Members

DevExpress.XtraReports.UserDesigner Namespace