UITableViewCell.SelectionStyle Property

Definition

The selection style for a cell.

public virtual UIKit.UITableViewCellSelectionStyle SelectionStyle { [Foundation.Export("selectionStyle")] get; [Foundation.Export("setSelectionStyle:")] set; }
member this.SelectionStyle : UIKit.UITableViewCellSelectionStyle with get, set

Property Value

Default value is Blue.

Attributes

Remarks

The selection style determines the color of a cell when it is selected.

Applies to