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

XRDesignRibbonForm.DesignRibbonController Property

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

Namespace: DevExpress.XtraReports.UserDesigner

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

NuGet Package: DevExpress.Win.Reporting

Declaration

public XRDesignRibbonController DesignRibbonController { get; }

Property Value

Type Description
XRDesignRibbonController

An XRDesignRibbonController object, which represents the Design Ribbon Controller of the Ribbon End-User Designer form.

Remarks

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

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

See Also