UITableViewController.CanEditRow(UITableView, NSIndexPath) Method

Definition

Whether the specified row can be edited.

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

Parameters

tableView
UITableView
indexPath
NSIndexPath

Returns

Attributes

Applies to