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

DocumentPreview.Model Property

Specifies the model for the Document Preview.

Namespace: DevExpress.Xpf.Printing

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

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

Declaration

public override IDocumentPreviewModel Model { get; set; }

Property Value

Type Description
IDocumentPreviewModel

An object implementing the IDocumentPreviewModel interface.

See Also