Skip to main content

SearchDirection Enum

List search directions.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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