Skip to main content

DocumentPreview.DocumentViewer Property

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

Namespace: DevExpress.Xpf.Printing

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

#Declaration

public override DocumentViewer DocumentViewer { get; protected set; }

#Property Value

Type Description
DocumentViewer

A DocumentViewer control.

See Also