UIKit.UITableViewCell.Editing Property
Whether the cell is in an editable state.

Syntax

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

Value

true if the cell is in the editing state, false if the cell is in the normal state.

Remarks

In the editing state, a cell displays the editing controls specified for it: the green insertion control or the red deletion control on the left, and/or the reordering control on the right. Use UITableViewCell.EditingStyle and UITableViewCell.ShowsReorderControl to specify which controls appear in the cell.

Requirements

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