Skip to content

SEO-2494 Xamarin Android Sfcombobox #210

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: hotfix/hotfix-v20.1.0.55
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions xamarin-android/SfComboBox/Multiple-selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -105,7 +105,7 @@ comboBox.ImageMemberPath = "Image";

{% endtabs %}

![](images/TokenRepresentationWrap.png)
![Xamarin.Android SfComboBox TokenRepresentationWrap](images/TokenRepresentationWrap.png)

### Token customization

Expand Down Expand Up @@ -144,7 +144,7 @@ comboBox.TokenSettings = token;

{% endtabs %}

![](images/TokenCustomization.png)
![Xamarin.Android SfComboBox TokenCustomization](images/TokenCustomization.png)

## Delimiter

Expand All @@ -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.

Expand All @@ -175,7 +175,7 @@ comboBox.Delimiter = '#';

{% endtabs %}

![](images/delimiter.png)
![Xamarin.Android SfComboBox delimiter](images/delimiter.png)