Swipe items can be of the following types: If the CollectionView is horizontally oriented, it displays swipe items on the top or bottom of data items. A swipe item is a visual element that appears on the left or right side of a data item when a user swipes the item, and performs a custom action on tap. Populate the StartSwipeItems and EndSwipeItems collections with swipe items.
Assign a View class descendant to the ItemView property to define the appearance of CollectionView items.To implement this functionality, set the DXCollectionView.ItemTemplate property to a data template that contains a SwipeContainer object and specify this container’s properties as follows: For the Horizontal orientation, the CollectionView supports top-to-bottom and bottom-to-top swipe gestures for items. You can extend CollectionView’s UI with additional elements that appear when a user swipes an item from left to right or from right to left and perform custom actions on tap.