Back to Devexpress

DXCollectionView.TapConfirmedCommand Property

maui-devexpress-dot-maui-dot-collectionview-dot-dxcollectionview-35868cb3.md

latest1.9 KB
Original Source

DXCollectionView.TapConfirmedCommand Property

Gets or sets the command that confirms a single-tap action (thus times out the second tap for a double-tap gesture). This is a bindable property.

Namespace : DevExpress.Maui.CollectionView

Assembly : DevExpress.Maui.CollectionView.dll

NuGet Package : DevExpress.Maui.CollectionView

Declaration

csharp
public ICommand TapConfirmedCommand { get; set; }

Property Value

TypeDescription
ICommand

A command that exposes the ICommand interface.

|

Remarks

The TapConfirmedCommand‘s CommandParameter property is hidden and its value is internally set to the ItemsSource object used to create the tapped CollectionView item. You can access the item in the command if you define the command with a parameter.

You can also use the following commands to respond to different gesture types:

For more information about using commands in MAUI, refer to the following page: Commanding.

See Also

DXCollectionView Class

DXCollectionView Members

DevExpress.Maui.CollectionView Namespace