Skip to main content

DXTreeView.SwipeItemTap Event

Fires when a user taps the swipe item.

Namespace: DevExpress.Maui.TreeView

Assembly: DevExpress.Maui.TreeView.dll

NuGet Package: DevExpress.Maui.TreeView

Declaration

public event EventHandler<TreeNodeSwipeItemEventArgs> SwipeItemTap

Event Data

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

Property Description
Node Get the node of the tapped item. Inherited from TreeNodeEventArgs.
SwipeItem Gets the swipe item.
See Also