SwipeItemBase.CommandParameter Property
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
public object CommandParameter { get; set; }
Property Value
Type | Description |
---|---|
Object | The command parameter. |
See Also