UITableViewCell.Editing Property

Definition

Whether the cell is in an editable state.

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

Property Value

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

Attributes

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 EditingStyle and ShowsReorderControl to specify which controls appear in the cell.

Applies to