UITableView.AllowsSelectionDuringEditing Property

Definition

Whether a row can be selected while in editing mode.

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

Property Value

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

Attributes

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 AllowsSelection.

Applies to