Edit

Share via


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);

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