Share via


SwipeItem.CommandParameter Property

Definition

Overloads

CommandParameter

Gets or sets the parameter to pass to the Command property.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

CommandParameter

Gets or sets the parameter to pass to the Command property.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 property Platform::Object ^ CommandParameter { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable CommandParameter();

void CommandParameter(IInspectable value);
public object CommandParameter { get; set; }
Public Property CommandParameter As Object
<SwipeItem>
  <SwipeItem.CommandParameter>
    object
  </SwipeItem.CommandParameter>
</SwipeItem>

Property Value

Object

Platform::Object

IInspectable

The parameter to pass to the Command property. The default is null.

Applies to