ChipGroup.ChipRemoveIcon Property
In This Article
Gets or sets the Remove icon.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public ImageSource ChipRemoveIcon { get; set; }
#Property Value
Type | Description |
---|---|
Image |
An object that specifies an icon. |
See Also