UITableView.RemembersLastFocusedIndexPath Property

Definition

Gets or sets a Boolean value that controls whther the table view will return focus to the most recently focused index path.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool RemembersLastFocusedIndexPath { [Foundation.Export("remembersLastFocusedIndexPath")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setRemembersLastFocusedIndexPath:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.RemembersLastFocusedIndexPath : bool with get, set

Property Value

Attributes

Applies to