Chip.IsRemoveIconVisible Property
In This Article
Gets or sets whether the icon that allows users to remove the chip is visible.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public bool IsRemoveIconVisible { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | true if the icon is visible; otherwise, false. |
See Also