Migrating from Xamarin Chips to .NET MAUI Chips
11 Aug 20261 minute to read
To migrate easier from Xamarin Chips to .NET MAUI Chips, we kept most of the APIs from Xamarin Chips in .NET MAUI SChips. However, to maintain the consistency of API naming in MAUI Chips, we renamed some of the APIs. The APIs changed in .NET MAUI Chips from Xamarin Chips are detailed as follows:
Namespaces
| Xamarin Chips | .NET MAUI Chips |
|---|---|
| Syncfusion.Xamarin.Buttons | Syncfusion.Maui.Core |
Properties
| Xamarin Chips | .NET MAUI Chips | Description |
|---|---|---|
| Gets or sets the stroke thickness. | ||
| Gets or sets the color of the border. | ||
| Gets or sets the background image in chip. | ||
| Gets or sets the image size in chip. | ||
|
|
Gets or sets the image source in chip. | |
| Gets or sets chip group image size. | ||
| Gets or sets the chip type in chip group. | ||
|
|
Gets or sets the selected item for chip type filter and choice in chip group. | |
| Gets or sets the border color in chip group. | ||
| Gets or sets the stroke thickness in chip group. | ||
| Gets or sets the background color in chip group. |
Events
| Event Name | Xamarin Chips | .NET MAUI Chips | Description |
|---|---|---|---|
|
|
|
Raises when an item is removed from chip group. Returns the currently removed item. |