From 95a3932e75d9bc3bfed959055657d137404e787d Mon Sep 17 00:00:00 2001 From: Scholar-jaruha <95271799+Scholar-jaruha@users.noreply.github.com> Date: Thu, 11 Aug 2022 08:12:58 +0300 Subject: [PATCH] Xamarin Android Sfcombobox --- xamarin-android/SfComboBox/Multiple-selection.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/xamarin-android/SfComboBox/Multiple-selection.md b/xamarin-android/SfComboBox/Multiple-selection.md index 4db6b53b..f786f27b 100644 --- a/xamarin-android/SfComboBox/Multiple-selection.md +++ b/xamarin-android/SfComboBox/Multiple-selection.md @@ -7,7 +7,7 @@ control : SfComboBox documentation : ug --- -# Multiple selection +# Multiple selection in Xamarin.Android SfComboBox Select multiple items from a suggestion list. In the combo box, you can perform multi selection in the following two ways: @@ -105,7 +105,7 @@ comboBox.ImageMemberPath = "Image"; {% endtabs %} -![](images/TokenRepresentationWrap.png) +![Xamarin.Android SfComboBox TokenRepresentationWrap](images/TokenRepresentationWrap.png) ### Token customization @@ -144,7 +144,7 @@ comboBox.TokenSettings = token; {% endtabs %} -![](images/TokenCustomization.png) +![Xamarin.Android SfComboBox TokenCustomization](images/TokenCustomization.png) ## Delimiter @@ -161,7 +161,7 @@ comboBox.MultiSelectMode = MultiSelectMode.Delimiter; {% endtabs %} -![](images/defaultdelimiter.png) +![Xamarin.Android SfComboBox defaultdelimiter](images/defaultdelimiter.png) We can add the custom delimiter character by `Delimiter` property. @@ -175,7 +175,7 @@ comboBox.Delimiter = '#'; {% endtabs %} -![](images/delimiter.png) +![Xamarin.Android SfComboBox delimiter](images/delimiter.png)