UITableViewCell.DetailTextLabel 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 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
.