Skip to main content

RowSwipedLeft

Type

message

Summary

Sent when the user swipes a data grid row left.

Syntax

on RowSwipedLeft

Description

RowSwipedLeft is sent to your data grid's custom row template when the user swipes a row of the data grid left. Handle RowSwipedLeft if you want to perform a custom action on a left swipe.

The default action is to show the right swipe control.

Examples

on RowSwipedLeft
dispatch "DeleteIndex" to group "DataGrid" with the dgIndex of me
end RowSwipedLeft

command: RowSwipeShowControlForIndexAndSide

message: RowSwipeHideControl, RowSwipedRight, RowLeftSwipeControlClicked, RowLeftSwipeControlClicked, RowRightSwipeControlClicked, RowLeftSwipeControlHidden, RowRightSwipeControlHidden, GetLeftSwipeControl, GetRightSwipeControl

property: enable swipe, left swipe control, right swipe control

Thank you for your feedback!

Was this page helpful?