Back to Devexpress

DocumentViewerControl.Document Property

wpf-devexpress-dot-xpf-dot-documentviewer-dot-documentviewercontrol-5238e15d.md

latest1.2 KB
Original Source

DocumentViewerControl.Document Property

Returns the current document. This is a dependency property.

Namespace : DevExpress.Xpf.DocumentViewer

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

NuGet Package : DevExpress.Wpf.DocumentViewer.Core

Declaration

csharp
public IDocument Document { get; protected set; }
vb
Public Property Document As IDocument

Property Value

TypeDescription
IDocument

An IDocument object specifying the current document.

|

See Also

DocumentViewerControl Class

DocumentViewerControl Members

DevExpress.Xpf.DocumentViewer Namespace