Back to Devexpress

XRDesignRibbonFormEx.RibbonStatusBar Property

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

latest2.4 KB
Original Source

XRDesignRibbonFormEx.RibbonStatusBar Property

Gets the RibbonStatusBar 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 RibbonStatusBar RibbonStatusBar { get; }
vb
Public ReadOnly Property RibbonStatusBar As RibbonStatusBar

Property Value

TypeDescription
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

End-User Report Designer with a Ribbon Toolbar

XRDesignRibbonFormEx Class

XRDesignRibbonFormEx Members

DevExpress.XtraReports.UserDesigner Namespace