Skip to main content

PrintPreviewRibbonFormEx Class

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v26.1.dll

Declaration

public class PrintPreviewRibbonFormEx :
    PrintPreviewRibbonFormExBase

Remarks

The PrintPreviewRibbonFormEx class is the built-in ribbon-based Print Preview form. Use the ReportPrintTool class to display the PrintPreviewRibbonFormEx form. If you need a fully custom preview UI, use the DocumentViewer control instead.

PrintPreviewRibbonForm1.png

Inheritance

Show 13 items
Object
MarshalByRefObject
Component
Control
ScrollableControl
ContainerControl
Form
DevExpress.XtraEditors.DForm
DevExpress.XtraEditors.MouseWheelContainerForm
XtraForm
RibbonForm
DevExpress.XtraPrinting.Preview.PrintPreviewRibbonFormExBase
PrintPreviewRibbonFormEx
See Also