ChipGroup.ChipRemoveIconClickedCommand Property
In This Article
Gets or sets a command executed when a user clicks the Remove icon in a chip in this group.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public ICommand ChipRemoveIconClickedCommand { get; set; }
#Property Value
Type | Description |
---|---|
ICommand | An object that specifies a command. |
See Also