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