Skip to main content

DXCollectionView.TapCommandProperty Field

In This Article

Identifies the TapCommand dependency property.

Namespace: DevExpress.XamarinForms.CollectionView

Assembly: DevExpress.XamarinForms.CollectionView.dll

NuGet Package: DevExpress.XamarinForms.CollectionView

#Declaration

C#
public static readonly BindableProperty TapCommandProperty

#Field Value

Type Description
Xamarin.Forms.BindableProperty

A dependency property identifier.

See Also