You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FilterChips.Items.Add(new SfChip { Text = "Extra Small" });
62
+
FilterChips.Items.Add(new SfChip { Text = "Small" });
63
+
FilterChips.Items.Add(new SfChip { Text = "Medium" });
64
+
FilterChips.Items.Add(new SfChip { Text = "Large" });
65
+
FilterChips.Items.Add(new SfChip { Text = "Extra Large" });
66
+
67
+
grid.Children.Add(FilterChips);
68
+
Content = grid;
60
69
61
70
{% endhighlight %}
62
71
{% endtabs %}
63
72
73
+
The following screenshot illustrates SfChipGroup with the built-in glass effect enabled via EnableLiquidGlassEffect, displayed over a wallpaper background.
74
+
75
+

76
+
64
77
N>
65
78
This feature is supported only on .NET 10 along with iOS 26 and macOS 26
0 commit comments