UITableView.AllowsSelectionDuringEditing Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.