Skip to main content

DocumentPreviewBarManagerController.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 DocumentViewer DocumentViewer { get; set; }

#Property Value

Type Description
DocumentViewer

A DocumentViewer control.

See Also