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

TextSearchDirection Enum

Enumerates values that specify the search direction.

Namespace: DevExpress.Xpf.DocumentViewer

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

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

Declaration

public enum TextSearchDirection

Members

Name Description
Forward

Search will be done forwards.

Backward

Search will be done backwards.

Related API Members

The following properties accept/return TextSearchDirection values:

Remarks

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

See Also