UITableViewCell.TextLabel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.