Back to Devexpress

DocumentViewerControl.ShowFindTextCommand Property

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

latest1.3 KB
Original Source

DocumentViewerControl.ShowFindTextCommand Property

Returns a command that shows the Search panel.

Namespace : DevExpress.Xpf.DocumentViewer

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

NuGet Package : DevExpress.Wpf.DocumentViewer.Core

Declaration

csharp
public ICommand ShowFindTextCommand { get; }
vb
Public ReadOnly Property ShowFindTextCommand 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