Skip to main content
A newer version of this page is available. .

DXCollectionView.SwipeItemShowing Event

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public event EventHandler<SwipeItemShowingEventArgs> SwipeItemShowing

Event Data

The SwipeItemShowing event's data class is SwipeItemShowingEventArgs. The following properties provide information specific to this event:

Property Description
Cancel Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
IsStartSwipeItem
Item
RowHandle
SwipeItem
See Also