UITableViewDelegate_Extensions.EditingStyleForRow Method

Definition

The UITableViewCellEditingStyle for the specified indexPath.

public static UIKit.UITableViewCellEditingStyle EditingStyleForRow (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
static member EditingStyleForRow : UIKit.IUITableViewDelegate * UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UITableViewCellEditingStyle

Parameters

This
IUITableViewDelegate

The instance on which this extension method operates.

tableView
UITableView

Table view that is going to be editable.

indexPath
NSIndexPath

Location of the row.

Returns

Applies to