Share via


UITableViewController.CanFocusRow(UITableView, NSIndexPath) Method

Definition

Whether the row at the specified indexPath may receive focus.

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

Parameters

tableView
UITableView
indexPath
NSIndexPath

Returns

Implements

Attributes

Applies to