UITableViewCell.Editing 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 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.