TextSearchParameter.SearchDirection Property
In This Article
Specifies the search direction.
Namespace: DevExpress.Xpf.DocumentViewer
Assembly: DevExpress.Xpf.DocumentViewer.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.DocumentViewer.Core
#Declaration
public TextSearchDirection SearchDirection { get; set; }
#Property Value
Type | Description |
---|---|
Text |
One of the Text |
Available values:
Name | Description |
---|---|
Forward | Search will be done forwards. |
Backward | Search will be done backwards. |
See Also