Skip to main content

DocumentViewer.Model Property

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

Namespace: DevExpress.Xpf.Printing

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

#Declaration

public IPreviewModel Model { get; set; }

#Property Value

Type Description
IPreviewModel

An object implementing the IPreviewModel interface.

See Also