Skip to main content

Chip.RemoveIconClickedCommand Property

Gets or sets a command executed when a user taps the Remove icon.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
public ICommand RemoveIconClickedCommand { get; set; }

#Property Value

Type Description
ICommand

An ICommand object that specifies a command.

See Also