Back to Devexpress

DXTreeView.SwipeItemShowing Event

maui-devexpress-dot-maui-dot-treeview-dot-dxtreeview-c2bc1a47.md

latest1.6 KB
Original Source

DXTreeView.SwipeItemShowing Event

Fires when a swipe item is about to appear (a user swipes a node left or right). You can cancel the action.

Namespace : DevExpress.Maui.TreeView

Assembly : DevExpress.Maui.TreeView.dll

NuGet Package : DevExpress.Maui.TreeView

Declaration

csharp
public event EventHandler<TreeNodeSwipeItemCancelEventArgs> SwipeItemShowing

Event Data

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

PropertyDescription
CancelGets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
NodeGet the node of the tapped item. Inherited from TreeNodeCancelEventArgs.
SwipeItemGet the swipe item.

See Also

DXTreeView Class

DXTreeView Members

DevExpress.Maui.TreeView Namespace