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