UITableViewController.CanMoveRow(UITableView, NSIndexPath) Method

Definition

Whether the specified row can be moved.

[Foundation.Export("tableView:canMoveRowAtIndexPath:")]
public virtual bool CanMoveRow (UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
abstract member CanMoveRow : UIKit.UITableView * Foundation.NSIndexPath -> bool
override this.CanMoveRow : UIKit.UITableView * Foundation.NSIndexPath -> bool

Parameters

tableView
UITableView
indexPath
NSIndexPath

Returns

Attributes

Applies to