DXTreeView.LongPressCommand Property
Gets or sets a command executed 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 ICommand LongPressCommand { get; set; }
Property Value
Type | Description |
---|---|
ICommand | A command that exposes the |
See Also