PrintingSystem.PreviewRibbonFormEx Property
In This Article
Gets the Ribbon form used to display the document preview.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.XtraPrinting.v24.2.dll
NuGet Package: DevExpress.Win.Printing
#Declaration
[Browsable(false)]
public virtual PrintPreviewRibbonFormEx PreviewRibbonFormEx { get; }
#Property Value
Type | Description |
---|---|
Print |
A Print |
#Remarks
Use the PreviewRibbonFormEx property to access the Ribbon Print Preview Form used to preview the document created by this PrintingSystem.
The standard appearance of the Ribbon Print Preview Form is shown in the image below.
See Also