Skip to main content

PrintPreviewRibbonFormEx.RibbonStatusBar Property

Gets the RibbonStatusBar of the Print Preview form with a Ribbon.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

Declaration

public RibbonStatusBar RibbonStatusBar { get; }

Property Value

Type Description
RibbonStatusBar

A RibbonStatusBar object which represents the Ribbon Status Bar of the Print Preview form with a Ribbon.

Remarks

Use the RibbonStatusBar property to access the RibbonStatusBar‘s properties of the Print Preview Form.

For more information, see Print Preview with a Ribbon Toolbar.

See Also