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

DocumentViewerRibbonController.DocumentViewer Property

Gets or sets a DocumentViewer associated with the DocumentViewerRibbonController.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v17.2.dll

Declaration

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

Property Value

Type Default Description
DocumentViewer

null

A DocumentViewer object.

See Also