Chip.RemoveIcon Property
Gets or sets the icon that allows users to remove the chip.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public ImageSource RemoveIcon { get; set; }
Property Value
Type | Description |
---|---|
ImageSource | An object that specifies an icon. |
See Also