UIKit.UITableViewCell.SelectedBackgroundView Property
The view that is used as the cell's background when it is selected.

Syntax

[get: Foundation.Export("selectedBackgroundView")]
[set: Foundation.Export("setSelectedBackgroundView:")]
public virtual UIView SelectedBackgroundView { get; set; }

Value

Default is null for Plain tables and non-null for Grouped style tables.

This value can be null.

Remarks

UIKit.UITableView adds the value of this proerty as a subview only when the cell is selected. It is added as a subview directly above the UITableView.BackgroundView if that is not null, otherwise behind all other views.

If UITableViewCell.SetSelected(bool, bool) is called, this view is animated in and out with an alpha fade.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0