RowRightSwipeControlClicked | |||||||
Type | message | ||||||
Dictionary | DataGrid | ||||||
Library | Data Grid | ||||||
Syntax |
| ||||||
Associations | datagrid | ||||||
Summary | Sent when the right hand side data grid swipe control is clicked. | ||||||
Parameters |
| ||||||
Example |
| ||||||
Related | Property: enable swipe, left swipe control, right swipe control Command: RowSwipeShowControlForIndexAndSide Message: RowSwipeHideControl, RowSwipedRight, RowSwipedLeft, RowLeftSwipeControlClicked, RowLeftSwipeControlClicked, RowLeftSwipeControlHidden, RowRightSwipeControlHidden, GetLeftSwipeControl, GetRightSwipeControl | ||||||
Description | RowRightSwipeControlClicked is sent to your data grid's custom row template when the user clicks on the right hand side swipe control. Handle RowRightSwipeControlClicked if you want to perform a custom action on click. The default action is to delete the current row. |