DocumentPreview.Model Property
In This Article
Specifies the model for the Document Preview.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.2.dll
NuGet Package: DevExpress.Wpf.Printing
#Declaration
public override IDocumentPreviewModel Model { get; set; }
#Property Value
Type | Description |
---|---|
IDocument |
An object implementing the IDocument |
See Also