SwipeItem.BehaviorOnInvoked Property

Definition

Gets or sets a value that indicates how a SwipeControl behaves after this item is invoked.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.SwipeItem.BehaviorOnInvoked (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 property SwipeBehaviorOnInvoked BehaviorOnInvoked { SwipeBehaviorOnInvoked get(); void set(SwipeBehaviorOnInvoked value); };
SwipeBehaviorOnInvoked BehaviorOnInvoked();

void BehaviorOnInvoked(SwipeBehaviorOnInvoked value);
public SwipeBehaviorOnInvoked BehaviorOnInvoked { get; set; }
var swipeBehaviorOnInvoked = swipeItem.behaviorOnInvoked;
swipeItem.behaviorOnInvoked = swipeBehaviorOnInvoked;
Public Property BehaviorOnInvoked As SwipeBehaviorOnInvoked
<SwipeItem BehaviorOnInvoked="swipeBehaviorOnInvokedMemberName" />

Property Value

A value that indicates how a SwipeControl behaves after this item is invoked. The default is Auto.

Applies to