PrintPreviewRibbonFormEx.PrintRibbonController Property
In This Article
Gets the PrintRibbonController of the Print Preview form with a Ribbon.
Namespace: DevExpress.XtraPrinting.Preview
Assembly: DevExpress.XtraPrinting.v24.2.dll
NuGet Package: DevExpress.Win.Printing
#Declaration
public PrintRibbonController PrintRibbonController { get; }
#Property Value
Type | Description |
---|---|
Print |
A Print |
#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