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