DXCollectionView.RaiseSwipeItemTapImmediately Property
In This Article
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
C#
public bool RaiseSwipeItemTapImmediately { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
See Also