TreeNodeSwipeItem.Command Property
Gets or sets the command that runs when a user taps the swipe item. This is a bindable property.
Namespace: DevExpress.Maui.TreeView
Assembly: DevExpress.Maui.TreeView.dll
NuGet Package: DevExpress.Maui.TreeView
Declaration
public ICommand Command { get; set; }
Property Value
Type | Description |
---|---|
ICommand | A command that exposes the |
See Also