RowLeftSwipeControlClicked | |||||||
Type | message | ||||||
Dictionary | DataGrid | ||||||
Library | Data Grid | ||||||
Syntax |
| ||||||
Associations | datagrid | ||||||
Summary | Sent when the left 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, RowRightSwipeControlClicked, RowLeftSwipeControlHidden, RowRightSwipeControlHidden, GetLeftSwipeControl, GetRightSwipeControl | ||||||
Description | RowLeftSwipeControlClicked is sent to your data grid's custom row template when the user clicks on the left hand side swipe control. Handle RowLeftSwipeControlClicked if you want to perform a custom action on click. The default action is to delete the current row. |