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

DocumentViewerControl.Document Property

Returns the current document. This is a dependency property.

Namespace: DevExpress.Xpf.DocumentViewer

Assembly: DevExpress.Xpf.DocumentViewer.v19.2.Core.dll

Declaration

public IDocument Document { get; protected set; }

Property Value

Type Description
IDocument

An IDocument object specifying the current document.

See Also