Skip to main content

PrintPreviewRibbonFormEx.PrintRibbonController Property

Gets the PrintRibbonController 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 PrintRibbonController PrintRibbonController { get; }

Property Value

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