UITableViewCell.TextLabel Property

Definition

Returns the label that displays the main text content in the cell (read-only).

public virtual UIKit.UILabel TextLabel { [Foundation.Export("textLabel", ObjCRuntime.ArgumentSemantic.Strong)] get; }
member this.TextLabel : UIKit.UILabel

Property Value

Attributes

Remarks

UITableViewCell creates the label control when the cell is constructed in with a style that supports it.

Applies to