Back to Devexpress

Chip.TapCommand Property

maui-devexpress-dot-maui-dot-editors-dot-chip-a8c0b24e.md

latest743 B
Original Source

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

csharp
public ICommand TapCommand { get; set; }

Property Value

TypeDescription
ICommand

The command.

|

See Also

Chip Class

Chip Members

DevExpress.Maui.Editors Namespace