DocumentPreviewWindow.Model Property
In This Article
Specifies the model for the document's Print Preview.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
IDocument |
An object implementing the IDocument |
#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