Skip to main content

Chip.LongPressCommandParameter Property

Gets or sets a parameter passed to the LongPressCommand.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
public object LongPressCommandParameter { get; set; }

#Property Value

Type Description
Object

An object that specifies a command parameter.

See Also