LookUpEditSearchHighlightEventArgs.HighlightFromStart(CompareOptions) Method
If a record starts with the user text, this text portion is highlighted.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v26.1.dll
Declaration
public void HighlightFromStart(
CompareOptions compareOptions = CompareOptions.IgnoreCase
)
Optional Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| compareOptions | CompareOptions | IgnoreCase | A CompareOptions enumeration value that specifies the string comparison mode. |
See Also