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

RibbonControllerBase.RibbonStatusBar Property

Gets or sets the RibbonStatusBar class instance to which the Ribbon Controller belongs.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v19.2.dll

Declaration

[Browsable(false)]
[DefaultValue(null)]
public virtual RibbonStatusBar RibbonStatusBar { get; set; }

Property Value

Type Default Description
RibbonStatusBar *null*

A RibbonStatusBar class instance to which the Ribbon Controller belongs.

Remarks

Use the RibbonStatusBar property to assign an instance of either the PrintRibbonController or XRDesignRibbonController class to the particular RibbonStatusBar object, when creating a custom form with a Ribbon.

See Also