Back to Devexpress

PdfViewerControl.UnselectAllCommand Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfviewercontrol-145eb905.md

latest1.3 KB
Original Source

PdfViewerControl.UnselectAllCommand Property

Gets a command that unselects the selected text in a document.

Namespace : DevExpress.Xpf.PdfViewer

Assembly : DevExpress.Xpf.PdfViewer.v25.2.dll

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

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

Property Value

TypeDescription
ICommand

A command that implements the ICommand.

|

Remarks

To learn more about using commands, refer to MSDN.

See Also

SelectAllCommand

PdfViewerControl Class

PdfViewerControl Members

DevExpress.Xpf.PdfViewer Namespace