Back to Devexpress

Chip.LongPressCommand Property

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

latest768 B
Original Source

Chip.LongPressCommand Property

Gets or sets a command executed when a user presses and holds the chip.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public ICommand LongPressCommand { get; set; }

Property Value

TypeDescription
ICommand

The command.

|

See Also

Chip Class

Chip Members

DevExpress.Maui.Editors Namespace