Skip to main content

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.v23.2.dll

NuGet Package: 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