Skip to main content

DocumentViewerBarManager.DocumentViewer Property

Gets or sets a DocumentViewer associated with the DocumentViewerBarManager.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

Declaration

[DefaultValue(null)]
public DocumentViewer DocumentViewer { get; set; }

Property Value

Type Default Description
DocumentViewer null

A DocumentViewer object.

See Also