Migrating from Xamarin SfChips to .NET MAUI SfChips
23 Jun 20231 minute to read
To migrate easier from Xamarin SfChips to .NET MAUI SfChips, we kept most of the APIs from Xamarin SfChips in MAUI SfChips. However, to maintain the consistency of API naming in MAUI SfChips, we renamed some of the APIs. The APIs changed in MAUI SfChips from Xamarin SfChips are detailed as follows:
Namespaces
Xamarin SfChips | .NET MAUI SfChips |
---|---|
Syncfusion.Xamarin.Buttons | Syncfusion.Maui.Core |
Properties
Xamarin SfChips | .NET MAUI SfChips | 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 imagesource in chip. | |
Gets or sets chipgroup image size. | ||
Gets or sets the chip type in chipgroup. | ||
|
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 SfChips | .NET MAUI SfChips | Description |
---|---|---|---|
|
|
Raises when an item is removed from chipgroup. Returns the currently removed item. |