Edit

Share via


UITableViewCell.SelectionStyle Property

Definition

The selection style for a cell.

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

Property Value

Default value is Blue.

Attributes

Remarks

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

Applies to