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