Back to Devexpress

TreeNodeSwipeItem.Command Property

maui-devexpress-dot-maui-dot-treeview-dot-treenodeswipeitem.md

latest885 B
Original Source

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

csharp
public ICommand Command { get; set; }

Property Value

TypeDescription
ICommand

A command that exposes the ICommand interface.

|

See Also

TreeNodeSwipeItem Class

TreeNodeSwipeItem Members

DevExpress.Maui.TreeView Namespace