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

CommandProvider.ShowFindTextCommand Property

Returns a command that shows or hides the Search panel.

Namespace: DevExpress.Xpf.DocumentViewer

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.DocumentViewer.Core, DevExpress.Wpf.DocumentViewer.Core

Declaration

public ICommand ShowFindTextCommand { get; }

Property Value

Type Description
ICommand

An object implementing the ICommand interface that defines the command.

Remarks

Pass null or true to the returned command’s ICommand.Execute method to show the Search panel. Pass the false value to this method to hide the panel.

See Also