UIKit.UITableView.AllowsSelection Property
Whether a row can be selected.

Syntax

[get: Foundation.Export("allowsSelection")]
[set: Foundation.Export("setAllowsSelection:")]
public virtual bool AllowsSelection { get; set; }

Value

true if row selection is allowed, false if not.

Remarks

If true (the default) then row selection is allowed. This property only affects cell selection when the table view is not in editing mode. To control selection in edting mode, use UITableView.AllowsSelectionDuringEditing.

Requirements

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