Skip to main content

TextSearchDirection Enum

Enumerates values that specify the search direction.

Namespace: DevExpress.Xpf.DocumentViewer

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

NuGet Package: 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