Back to Devexpress

ChipGroup.ChipLongPressCommand Property

maui-devexpress-dot-maui-dot-editors-dot-chipgroup-25877916.md

latest839 B
Original Source

ChipGroup.ChipLongPressCommand Property

Gets or sets a command executed when a user taps and holds a chip in this group. This is a bindable property.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public ICommand ChipLongPressCommand { get; set; }

Property Value

TypeDescription
ICommand

The command.

|

See Also

ChipGroup Class

ChipGroup Members

DevExpress.Maui.Editors Namespace