Chip Filters for a CollectionView
This example adds chips with predefined filters that you can apply to a CollectionView control.
Related Controls and Their Properties:
- FilterChipGroup: ItemsSource, SelectedItems, DisplayMember
- DXCollectionView: ItemsSource, FilterString, ItemTemplate
Implementation Details
Refer to the following GitHub example to see implementation details: