Back to Devexpress

DocumentViewerControl.OpenDocumentCommand Property

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

latest1.3 KB
Original Source

DocumentViewerControl.OpenDocumentCommand Property

Returns a command that opens a document from a specified file in the viewer.

Namespace : DevExpress.Xpf.DocumentViewer

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

NuGet Package : DevExpress.Wpf.DocumentViewer.Core

Declaration

csharp
public ICommand OpenDocumentCommand { get; }
vb
Public ReadOnly Property OpenDocumentCommand As ICommand

Property Value

TypeDescription
ICommand

An object implementing the ICommand interface that defines the command.

|

See Also

DocumentViewerControl Class

DocumentViewerControl Members

DevExpress.Xpf.DocumentViewer Namespace