A newer version of this page is available.
Switch to the current version.
DocumentViewerRibbonController.DocumentViewer Property
Gets or sets a DocumentViewer associated with the DocumentViewerRibbonController.
Namespace: DevExpress.XtraPrinting.Preview
Assembly: DevExpress.XtraPrinting.v18.2.dll
Declaration
[DefaultValue(null)]
public DocumentViewer DocumentViewer { get; set; }
<DefaultValue(Nothing)>
Public Property DocumentViewer As DocumentViewer
Property Value
Type | Default | Description |
---|---|---|
DocumentViewer | null |
A DocumentViewer object. |
See Also
Feedback