RibbonControllerBase.RibbonStatusBar Property
Gets or sets the RibbonStatusBar class instance to which the Ribbon Controller belongs.
Namespace: DevExpress.XtraPrinting.Preview
Assembly: DevExpress.XtraPrinting.v20.2.dll
Declaration
[Browsable(false)]
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual RibbonStatusBar RibbonStatusBar { get; set; }
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DefaultValue(Nothing)>
Public Overridable Property RibbonStatusBar As RibbonStatusBar
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
Feedback