Back to Devexpress

DXCollectionView.RaiseSwipeItemTapImmediately Property

maui-devexpress-dot-maui-dot-collectionview-dot-dxcollectionview-ddaf6629.md

latest1.1 KB
Original Source

DXCollectionView.RaiseSwipeItemTapImmediately Property

Gets or sets whether the tap event is raised before a swipe item animation starts. This is a bindable property.

Namespace : DevExpress.Maui.CollectionView

Assembly : DevExpress.Maui.CollectionView.dll

NuGet Package : DevExpress.Maui.CollectionView

Declaration

csharp
public bool RaiseSwipeItemTapImmediately { get; set; }

Property Value

TypeDefaultDescription
Booleanfalse

true if the tap event is raised before a swipe item animation starts; false if the tap event is raised after a swipe item animation ends.

|

See Also

DXCollectionView Class

DXCollectionView Members

DevExpress.Maui.CollectionView Namespace