RowSwipedRight | |
Type | message |
Dictionary | DataGrid |
Library | Data Grid |
Syntax |
|
Associations | datagrid |
Summary | Sent when the user swipes a data grid row right. |
Example |
|
Related | Property: enable swipe, left swipe control, right swipe control Command: RowSwipeShowControlForIndexAndSide Message: RowSwipeHideControl, RowSwipedLeft, RowLeftSwipeControlClicked, RowLeftSwipeControlClicked, RowRightSwipeControlClicked, RowLeftSwipeControlHidden, RowRightSwipeControlHidden, GetLeftSwipeControl, GetRightSwipeControl |
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. |