Skip to main content

PrintPreviewFormExBase.PrintControl Property

Gets the DocumentViewer of the Print Preview Form.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v23.2.dll

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

Declaration

[Browsable(false)]
public DocumentViewer PrintControl { get; }

Property Value

Type Description
DocumentViewer

A DocumentViewer object.

See Also