Skip to main content

DocumentPreviewWindow.Model Property

Specifies the model for the document's Print Preview.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v14.2.dll

#Declaration

public IDocumentPreviewModel Model { get; set; }

#Property Value

Type Description
IDocumentPreviewModel

An object implementing the IDocumentPreviewModel interface.

#Remarks

To show a document's print preview, assign a LinkPreviewModel or DevExpress.Xpf.Printing.ReportPreviewModel object to the Model property.

For more information, see Document Viewer.

See Also