Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SearchDirection Enum

List search directions.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

[ComVisible(true)]
public enum SearchDirection

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