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

PrintPreviewFormExBase Class

The base class for the print preview forms with a standard toolbar.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v19.2.dll

Declaration

public class PrintPreviewFormExBase :
    XtraForm,
    IPrintPreviewForm

Remarks

The PrintPreviewFormExBase class serves as a base class for the PrintPreviewFormEx and implements the key functionality used to show the Print Preview of a document.

Inheritance

Show 12 items
Object
MarshalByRefObject
Component
Control
ScrollableControl
ContainerControl
Form
DevExpress.XtraEditors.DForm
DevExpress.XtraEditors.MouseWheelContainerForm
XtraForm
PrintPreviewFormExBase
See Also