UITableViewDataSource_Extensions.CanEditRow Method

Definition

Whether the row located at should be editable.

public static bool CanEditRow (this UIKit.IUITableViewDataSource This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
static member CanEditRow : UIKit.IUITableViewDataSource * UIKit.UITableView * Foundation.NSIndexPath -> bool

Parameters

This
IUITableViewDataSource

The instance on which this extension method operates.

tableView
UITableView

Table view containing the row.

indexPath
NSIndexPath

Location of the row.

Returns

Applies to