Chip.RemoveIconClickedCommand Property
Gets or sets a command executed when a user taps the Remove icon.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public ICommand RemoveIconClickedCommand { get; set; }
Property Value
Type | Description |
---|---|
ICommand | The command. |
See Also