Enum
ListViewItemSwipeDirection

Defines the different modes for item swipe direction RadListView.

Definition

Namespace:Telerik.UI.Xaml.Controls.Data

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public enum ListViewItemSwipeDirection

Fields

All

The swipe gesture is not restricted.

Declaration

cs-api-definition
All = 2

Field Value

ListViewItemSwipeDirection

Backwards

Swipe is allowed from left to right in Vertical orientation, and from top to bottom in Horizontal orientation.

Declaration

cs-api-definition
Backwards = 1

Field Value

ListViewItemSwipeDirection

Forward

Swipe is allowed from right to left in Vertical orientation, and from bottom to top in Horizontal orientation.

Declaration

cs-api-definition
Forward = 0

Field Value

ListViewItemSwipeDirection

In this article
DefinitionFieldsAllBackwardsForward
Not finding the help you need?
Contact Support