UITableViewController.EditingStyleForRow(UITableView, NSIndexPath) Method

Definition

The UITableViewCellEditingStyle for the specified row.

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

Parameters

tableView
UITableView
indexPath
NSIndexPath

Returns

Attributes

Applies to