Skip to main content

DocumentPreviewBase.DocumentViewer Property

Provides access to the associated Document Viewer visual control.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public abstract DocumentViewer DocumentViewer { get; protected set; }

Property Value

Type Description
DocumentViewer

A DocumentViewer control.

See Also