UITableViewCell.ImageView Property

Definition

Returns the image view of the table cell (read-only).

public virtual UIKit.UIImageView ImageView { [Foundation.Export("imageView", ObjCRuntime.ArgumentSemantic.Strong)] get; }
member this.ImageView : UIKit.UIImageView

Property Value

Attributes

Remarks

The image appears on the left hand side of the cell, forcing the labels to move to the right. The image view object is created when the cell is created but initially there is no image set.

Applies to