LookUpEditSearchHighlightEventArgs.HighlightFirst(CompareOptions) Method
In This Article
In every data field value, selects the first found text portion that matches the user text.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public void HighlightFirst(
CompareOptions compareOptions = CompareOptions.IgnoreCase
)
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
compare |
Compare |
Ignore |
A Compare |
See Also