SearchDirection Enum
In This Article
List search directions.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#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