UITableViewCell.MultipleSelectionBackgroundView Property

Definition

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

public virtual UIKit.UIView MultipleSelectionBackgroundView { [Foundation.Export("multipleSelectionBackgroundView", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setMultipleSelectionBackgroundView:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.MultipleSelectionBackgroundView : UIKit.UIView with get, set

Property Value

This value can be null.

Attributes

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 UITableView using the AllowsMultipleSelection and AllowsMultipleSelectionDuringEditing properties.

Applies to