RowSwipeHideControl | |
Type | command |
Dictionary | DataGrid |
Library | Data Grid |
Syntax |
|
Associations | datagrid |
Summary | Hide any visible data grid swipe control. |
Related | Property: enable swipe, left swipe control, right swipe control Command: RowSwipeShowControlForIndexAndSide Message: RowSwipedRight, RowSwipedLeft, RowLeftSwipeControlClicked, RowLeftSwipeControlClicked, RowRightSwipeControlClicked, RowLeftSwipeControlHidden, RowRightSwipeControlHidden, GetLeftSwipeControl, GetRightSwipeControl |
Description | Hide any visible data grid swipe control. Passing true as the first parameter will prevent the hide from being animated. This is useful if you wish to hide the row instantly, for example when deleting, but don't want to turn off animations globally. |