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

RibbonDocumentPreview.DocumentViewer Property

Provides access to the associated Document Viewer visual control. This is a dependency property.

Namespace: DevExpress.Xpf.Printing

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

Declaration

public override DocumentViewer DocumentViewer { get; protected set; }

Property Value

Type Description
DocumentViewer

A DocumentViewer control.

See Also