Skip to main content

DXTreeView.LongPress Event

Occurs when a user taps and holds a node within the DXTreeView.

Namespace: DevExpress.Maui.TreeView

Assembly: DevExpress.Maui.TreeView.dll

NuGet Package: DevExpress.Maui.TreeView

Declaration

public event EventHandler<TreeNodeEventArgs> LongPress

Event Data

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

Property Description
Node Get the node of the tapped item.
See Also