UIKit.UITableView.Editing Property
Whether the table view is in editing mode.

Syntax

[get: Foundation.Export("isEditing")]
[set: Foundation.Export("setEditing:")]
public virtual bool Editing { get; set; }

Value

true if the table is currently in editing mode, false if not. The default is false.

Remarks

When this property is true, the table view is in editing mode: cells may show an insertion or deletion control on their left side and a reordering control on the right (depending on how the cell is configured). Tapping a control causes the table view to invoke the UIKit.UITableViewSource method UITableViewSource.CommitEditingStyle.

Requirements

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