Chip.TapCommand Property
Gets or sets a command invoked when a user taps this chip.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public ICommand TapCommand { get; set; }
Property Value
| Type | Description |
|---|---|
| ICommand | An ICommand object that specifies a command. |
See Also