Allows users to select a single chip from a group of items. Selecting a chip will automatically deselect the previously selected chips. The selected chip color can be customized using the SelectedChipBackgroundColor and SelectedChipTextColor properties. The SelectedItem property holds the instance of recently selected chip.
This selection changes are notified by using SelectionChanging and SelectionChanged events.
You can customize the chip view using ItemTemplate of SfChipGroup.
