Implement a Material Design 3 Theme Selector
This example uses DevExpress .NET MAUI Components to create a Material Design 3 theme selector.
Related Controls: DXScrollView, Label
, ChoiceChipGroup, DXBorder, DXCollectionView, DXButton
Anatomy
The following image illustrates the structure of user interface elements:
Related Properties:
ChoiceChipGroup: SelectedItem, IsMultiline, ItemsSource, ChipContentTemplate
DXCollectionView: SelectedItemTemplate, ItemsSource, ItemTemplate
Implementation Details
Refer to the following GitHub example to see implementation details: