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

XRDesignRibbonFormEx.RibbonStatusBar Property

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

Namespace: DevExpress.XtraReports.UserDesigner

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

NuGet Package: DevExpress.Win.Reporting

#Declaration

public RibbonStatusBar RibbonStatusBar { get; }

#Property Value

Type Description
RibbonStatusBar

A RibbonStatusBar object, which represents the Ribbon Status Bar of the Ribbon End-User Designer form.

#Remarks

Use the RibbonStatusBar property, to access the RibbonStatusBar‘s properties of the End-User Designer Form.

The XRDesignRibbonFormEx class is intended to provide a single-document interface to the End-User Report Designer. To provide a multi-document interface, use the XRDesignForm or XRDesignRibbonForm class instead. See Report Designer to learn more.

See Also