SearchDirection Enum
List search directions.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
Members
Name | Description |
---|---|
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