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

DocumentPreviewBase.DocumentViewer Property

Provides access to the associated Document Viewer visual control.

Namespace: DevExpress.Xpf.Printing

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

Declaration

public abstract DocumentViewer DocumentViewer { get; protected set; }

Property Value

Type Description
DocumentViewer

A DocumentViewer control.

See Also