Share via


SwipeBehaviorOnInvoked Enum

Definition

Specifies the behavior of a SwipeView when an item is invoked.

public enum class SwipeBehaviorOnInvoked
public enum SwipeBehaviorOnInvoked
type SwipeBehaviorOnInvoked = 
Public Enum SwipeBehaviorOnInvoked
Inheritance
SwipeBehaviorOnInvoked

Fields

Name Value Description
Auto 0

In Reveal mode, the SwipeView closes after invocation; in Execute mode, remains open.

Close 1

The SwipeView closes after an item is invoked.

RemainOpen 2

The SwipeView remains open after an item is invoked.

Applies to