SwipeItemBase.CommandParameter Property
In This Article
Gets or sets the parameter that is passed to the Command when it is invoked. This is a bindable property.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
#Declaration
C#
public object CommandParameter { get; set; }
#Property Value
Type | Description |
---|---|
System. |
The command parameter. |
See Also