UIKit.UITableView.AllowsMultipleSelection Property
Whether more than one row can be selected (outside of editing mode).

Syntax

[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_5_0)]
[get: Foundation.Export("allowsMultipleSelection")]
[get: ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_5_0)]
[set: Foundation.Export("setAllowsMultipleSelection:")]
[set: ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_5_0)]
public virtual bool AllowsMultipleSelection { 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.

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