I have added combobox in xamarin form.
<SfPicker:SfComboBox x:Name="GrpBy" DropDownCornerRadius="05" FontAttributes="None" SuggestionMode="Contains" IsEditableMode="true" ShowSuggestionsOnFocus="true"
HeightRequest="40" MultiSelectMode="Token" IsSelectedItemsVisibleInDropDown="False" TextHighlightMode="MultipleOccurrence" HighlightedTextColor="Red"
EnableAutoSize="True">
I retrieved the multiple selected values but now I want to set those selected values again to combobox. Please how to set multiple items to combobox as seleceted items.