UIKit.UITableView.AllowsMultipleSelectionDuringEditing Property
Whether more than one row can be selected while in editing mode.

Syntax

[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_5_0)]
[get: Foundation.Export("allowsMultipleSelectionDuringEditing")]
[get: ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_5_0)]
[set: Foundation.Export("setAllowsMultipleSelectionDuringEditing:")]
[set: ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_5_0)]
public virtual bool AllowsMultipleSelectionDuringEditing { get; set; }

Value

false if multiple selection is prohibited, true if it is allowed.

Remarks

When this property is true, a check mark is placed next to each row that is tapped. Tapping the row again removes the check mark. In addition, the UITableView does not query for editing styles when it goes into editing mode.

Call UITableView.IndexPathsForSelectedRows to identify the selected rows.

The default value of this property is false.

Requirements

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