Skip to main content

Chip.LongPressCommand Property

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

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
public ICommand LongPressCommand { get; set; }

#Property Value

Type Description
ICommand

An ICommand object that specifies a command.

See Also