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

DocumentPreviewWindow.Model Property

OBSOLETE

The DocumentPreviewWindow.Model property is no longer available. More information: https://www.devexpress.com/Support/WhatsNew/DXperience/files/16.1.2.bc.xml#BC3444

Obsolete.

Namespace: DevExpress.Xpf.Printing

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

[Obsolete("The DocumentPreviewWindow.Model property is no longer available. More information: https://www.devexpress.com/Support/WhatsNew/DXperience/files/16.1.2.bc.xml#BC3444", true)]
public IDocumentPreviewModel Model { get; set; }

Property Value

Type Description
IDocumentPreviewModel

An object implementing the IDocumentPreviewModel interface.

Remarks

To learn more, please refer to the following breaking change description online: WPF - A DocumentPreviewWindow has started using the DocumentPreviewControl class.

See Also