Back to Devexpress

SwipeItemBase.Command Property

maui-devexpress-dot-maui-dot-collectionview-dot-swipeitembase-4b8b8795.md

latest948 B
Original Source

SwipeItemBase.Command Property

Gets or sets the command that is invoked when a user clicks the SwipeItemBase. This is a bindable property.

Namespace : DevExpress.Maui.CollectionView

Assembly : DevExpress.Maui.CollectionView.dll

NuGet Package : DevExpress.Maui.CollectionView

Declaration

csharp
public ICommand Command { get; set; }

Property Value

TypeDescription
ICommand

The command.

|

See Also

SwipeItemBase Class

SwipeItemBase Members

DevExpress.Maui.CollectionView Namespace