Skip to main content
A newer version of this page is available. .

PrintPreviewRibbonFormEx.PrintRibbonController Property

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

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v19.1.dll

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