Back to Devexpress

PrintPreviewRibbonFormEx.PrintRibbonController Property

windowsforms-devexpress-dot-xtraprinting-dot-preview-dot-printpreviewribbonformex-cc77251a.md

latest1.8 KB
Original Source

PrintPreviewRibbonFormEx.PrintRibbonController Property

Gets the PrintRibbonController 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 PrintRibbonController PrintRibbonController { get; }
vb
Public ReadOnly Property PrintRibbonController As PrintRibbonController

Property Value

TypeDescription
PrintRibbonController

A PrintRibbonController object which represents the Print Ribbon Controller of the Print Preview form with a Ribbon.

|

Remarks

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

For more information, see Document Viewer Toolbars.

See Also

PrintPreviewRibbonFormEx Class

PrintPreviewRibbonFormEx Members

DevExpress.XtraPrinting.Preview Namespace