DXTreeView.TapCommand Property
In This Article
Gets or sets a command executed when a user taps the DXTreeView node. This is a bindable property.
Namespace: DevExpress.Maui.TreeView
Assembly: DevExpress.Maui.TreeView.dll
NuGet Package: DevExpress.Maui.TreeView
#Declaration
C#
public ICommand TapCommand { get; set; }
#Property Value
Type | Description |
---|---|
ICommand | A command that exposes the |
See Also