DocumentViewer.Model Property
In This Article
Specifies the model for the Document Preview. This is a dependency property.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.2.dll
NuGet Package: DevExpress.Wpf.Printing
#Declaration
public IPreviewModel Model { get; set; }
#Property Value
Type | Description |
---|---|
IPreview |
An object implementing the IPreview |
See Also