CommandProvider.ShowFindTextCommand Property
Returns a command that shows or hides the Search panel.
Namespace: DevExpress.Xpf.DocumentViewer
Assembly: DevExpress.Xpf.DocumentViewer.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.DocumentViewer.Core
Declaration
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