UIKit.UITableViewCell.ReuseIdentifier Property
A string that identifies a cell object so that it can be reused.

Syntax

[get: Foundation.Export("reuseIdentifier")]
public virtual Foundation.NSString ReuseIdentifier { get; }

Value

Remarks

The ReuseIdentifier is set in the cell's constructor and cannot be changed. When cells disappear from view, the UIKit.UITableView object maintains a queue of those cell objects so they can be reused. The UITableViewSource.GetCell(UITableView, Foundation.NSIndexPath) implementation then uses UITableView.DequeueReusableCell(string) with a given ReuseIdentifier to retrieve an existing cell of the correct type for reuse.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0