Back to Devexpress

PrintPreviewRibbonFormEx.RibbonStatusBar Property

windowsforms-devexpress-dot-xtraprinting-dot-preview-dot-printpreviewribbonformex-0aa5df9d.md

latest1.9 KB
Original Source

PrintPreviewRibbonFormEx.RibbonStatusBar Property

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

Namespace : DevExpress.XtraPrinting.Preview

Assembly : DevExpress.XtraPrinting.v25.2.dll

NuGet Package : DevExpress.Win.Printing

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 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

PrintPreviewRibbonFormEx Class

PrintPreviewRibbonFormEx Members

DevExpress.XtraPrinting.Preview Namespace