- tableView
- Table view containing the row.
- indexPath
- Location of the row.
true if the row can be moved, otherwise false.
This method allows specific rows to have the reordering control to be hidden for specific rows. By default, the reordering control is always shown if UITableViewSource.MoveRow(UITableView, Foundation.NSIndexPath, Foundation.NSIndexPath) is implemented on the UIKit.UITableViewSource.
Declared in [UITableViewDataSource]