UITableViewCell.DetailTextLabel Property

Definition

Returns the secondary label of the table cell (read-only).

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

Property Value

Attributes

Remarks

UITableViewCell automatically creates the secondary (detail) label if the cell is created with a UITableViewCellStyle that supports a detail label.

If the cell's style doesn't support a detail label, this property returns null.

Applies to