GetRightSwipeControl | |
Type | message |
Dictionary | DataGrid |
Library | Data Grid |
Syntax |
|
Associations | datagrid |
Summary | Handle this message to specify a custom data grid right hand side swipe control. |
Example |
|
Related | Property: enable swipe, left swipe control, right swipe control Command: RowSwipeShowControlForIndexAndSide Message: RowSwipeHideControl, RowSwipedRight, RowSwipedLeft, RowLeftSwipeControlClicked, RowLeftSwipeControlClicked, RowRightSwipeControlClicked, RowLeftSwipeControlHidden, RowRightSwipeControlHidden, GetLeftSwipeControl |
Description | GetRightSwipeControl is sent to your data grid's custom row template. Handle GetRightSwipeControl if you want to specify a custom right hand side swipe control. Return the id of the control you want to display. Returning empty will result in no control being displayed. Handing this message will override the right swipe control property. |