Skip to main content

PrintPreviewFormExBase Class

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

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

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