Share via


UITableViewController.EditingStyleForRow(UITableView, NSIndexPath) Method

Definition

The UITableViewCellEditingStyle for the specified indexPath.

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

Parameters

tableView
UITableView

Table view that is going to be editable.

indexPath
NSIndexPath

Location of the row.

Returns

Implements

Attributes

Applies to