Skip to main content
A newer version of this page is available. .

DocumentViewer.Model Property

Specifies the model for the Document Preview. This is a dependency property.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public IPreviewModel Model { get; set; }

Property Value

Type Description
IPreviewModel

An object implementing the IPreviewModel interface.

See Also