UITableViewSource.CanFocusRow(UITableView, NSIndexPath) Method

Definition

Whether the row at the specified indexPath may receive focus.

[Foundation.Export("tableView:canFocusRowAtIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool CanFocusRow (UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
abstract member CanFocusRow : UIKit.UITableView * Foundation.NSIndexPath -> bool
override this.CanFocusRow : UIKit.UITableView * Foundation.NSIndexPath -> bool

Parameters

tableView
UITableView
indexPath
NSIndexPath

Returns

Attributes

Applies to