LookUpEditSearchHighlightEventArgs.HighlightFromStart(CompareOptions) Method
In This Article
If a record starts with the user text, this text portion is highlighted.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public void HighlightFromStart(
CompareOptions compareOptions = CompareOptions.IgnoreCase
)
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
compare |
Compare |
Ignore |
A Compare |
See Also