Back to Devexpress

TextSearchDirection Enum

wpf-devexpress-dot-xpf-dot-documentviewer-ea7818b2.md

latest1.3 KB
Original Source

TextSearchDirection Enum

Enumerates values that specify the search direction.

Namespace : DevExpress.Xpf.DocumentViewer

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

NuGet Package : DevExpress.Wpf.DocumentViewer.Core

Declaration

csharp
public enum TextSearchDirection
vb
Public Enum TextSearchDirection

Members

NameDescription
Forward

Search will be done forwards.

| | Backward |

Search will be done backwards.

|

The following properties accept/return TextSearchDirection values:

Remarks

The values listed by this enumeration are used to set the TextSearchParameter.SearchDirection property.

See Also

DevExpress.Xpf.DocumentViewer Namespace