RibbonControllerBase.RibbonStatusBar Property
Gets or sets the RibbonStatusBar class instance to which the Ribbon Controller belongs.
Namespace: DevExpress.XtraPrinting.Preview
Assembly: DevExpress.XtraPrinting.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing
Declaration
[Browsable(false)]
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Never)]
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