RowSwipedRight
Type
message
Summary
Sent when the user swipes a data grid row right.
Syntax
on RowSwipedRight
Description
RowSwipedRight is sent to your data grid's custom row template when the user swipes a row of the data grid right. Handle RowSwipedRight if you want to perform a custom action on a right swipe.
The default action is to show the left swipe control.
Examples
on RowSwipedRight
dispatch "DeleteIndex" to group "DataGrid" with the dgIndex of me
end RowSwipedRight
Related
command: RowSwipeShowControlForIndexAndSide
message: RowSwipeHideControl, RowSwipedLeft, RowLeftSwipeControlClicked, RowLeftSwipeControlClicked, RowRightSwipeControlClicked, RowLeftSwipeControlHidden, RowRightSwipeControlHidden, GetLeftSwipeControl, GetRightSwipeControl
property: enable swipe, left swipe control, right swipe control