allowSwiping property

bool allowSwiping
final

Decides whether to swipe a row “right to left” or “left to right” for custom actions such as deleting, editing, and so on. When the user swipes a row, the row will be moved, and swipe view will be shown for custom actions.

You can show the widgets for left or right swipe view using SfDataGrid.startSwipeActionsBuilder and SfDataGrid.endSwipeActionsBuilder.

See also,

Implementation

final bool allowSwiping;