You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: MatchHighlighting in Syncfusion SfAutoComplete control for Xamarin.Android
4
-
description: Learn how to highlight the matched text in SfAutoComplete
3
+
title: MatchHighlighting text in Syncfusion SfAutoComplete control.
4
+
description: Learn on how to highlight the matched text in SfAutoComplete for Xamarin.Android and also understood the highlight the matching characters in suggestion list
5
5
platform : Xamarin.Android
6
6
control : SfAutoComplete
7
7
documentation : ug
8
8
---
9
9
10
+
{% banner %}
11
+
12
+
{:.gradient_m}
13
+
14
+
{% col_2_equal %}
15
+
10
16
# Highlighting matched text
11
17
12
18
Highlight matching characters in a suggestion list to pick an item with more clarity. There are two ways to highlight the matching text:
@@ -20,7 +26,7 @@ The text highlight can be indicated with various customizing styles by enabling
20
26
21
27
* HighlightedTextColor - sets the color of the highlighted text for differentiating the highlighted characters.
22
28
23
-
*HighlightedTextFontAttributes - sets the FontAttributes of the highlighted text.
29
+
*HighlightedTextFontTypeFace - sets the FontAttributes of the highlighted text.
24
30
25
31
## First Occurrence
26
32
@@ -30,19 +36,19 @@ It highlights the first position of the matching characters in the suggestion li
0 commit comments