UITableViewDataSource_Extensions.CanMoveRow Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether the row located at can be moved to another location in the table view.
public static bool CanMoveRow (this UIKit.IUITableViewDataSource This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
static member CanMoveRow : UIKit.IUITableViewDataSource * UIKit.UITableView * Foundation.NSIndexPath -> bool
Parameters
The instance on which this extension method operates.
- tableView
- UITableView
Table view containing the row.
- indexPath
- NSIndexPath
Location of the row.