SearchDirection Enum
List search directions.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
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