UITableViewController.ShouldShowMenu(UITableView, NSIndexPath) Method

Definition

Whether the editing menu should be shown for the specified row.

[Foundation.Export("tableView:shouldShowMenuForRowAtIndexPath:")]
public virtual bool ShouldShowMenu (UIKit.UITableView tableView, Foundation.NSIndexPath rowAtindexPath);
abstract member ShouldShowMenu : UIKit.UITableView * Foundation.NSIndexPath -> bool
override this.ShouldShowMenu : UIKit.UITableView * Foundation.NSIndexPath -> bool

Parameters

tableView
UITableView
rowAtindexPath
NSIndexPath

Returns

Attributes

Applies to