DXTreeView.TapCommand Property
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
public ICommand TapCommand { get; set; }
Property Value
Type | Description |
---|---|
ICommand | A command that exposes the |
See Also