UIKit.UITableViewCell.MultipleSelectionBackgroundView Property
The background view used when a cell is selected inside a table view that allows multiple selection.

Syntax

[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_5_0)]
[get: Foundation.Export("multipleSelectionBackgroundView")]
[get: ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_5_0)]
[set: Foundation.Export("setMultipleSelectionBackgroundView:")]
[set: ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_5_0)]
public virtual UIView MultipleSelectionBackgroundView { get; set; }

Value

This value can be null.

Remarks

If this property is not null, it is used as the background view for any selected cells (when the containing table view allows mutiple selection). Mulitple selection is set on a UIKit.UITableView using the UITableView.AllowsMultipleSelection and UITableView.AllowsMultipleSelectionDuringEditing properties.

Requirements

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