Back to Devexpress

SearchDirection Enum

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-1400f4b5.md

latest976 B
Original Source

SearchDirection Enum

List search directions.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public enum SearchDirection
vb
<ComVisible(True)>
Public Enum SearchDirection

Members

NameDescription
Forward

Search is performed forward, from the start to the end of the range.

| | Backward |

Search is performed backward, from the end to the start of the range.

|

See Also

DevExpress.XtraRichEdit.API.Native Namespace