UIKit.UITableView.AllowsSelectionDuringEditing Property
Whether a row can be selected while in editing mode.

Syntax

[get: Foundation.Export("allowsSelectionDuringEditing")]
[set: Foundation.Export("setAllowsSelectionDuringEditing:")]
public virtual bool AllowsSelectionDuringEditing { get; set; }

Value

true if row selection is allowed, false if not. The default is false.

Remarks

If true then row selection is allowed during editing. This property only affects cell selection when the table view is in editing mode. To control selection in normal mode, use UITableView.AllowsSelection.

Requirements

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