UIKit.UITableViewCellEditingStyle Enumeration
An enumeration of editing styles for a UIKit.UITableView cell.

Syntax

[ObjCRuntime.Native]
public enum UITableViewCellEditingStyle

Remarks

The editing style of a cell is set on the UITableViewCell.EditingStyle property. The editing control is displayed on the left hand side of the cell when it is in editing mode.

Members

Member NameDescription
DeleteA red circle with a white minus sign is displayed, to indicate the cell can be deleted.
InsertA gree circle with a white plus sign is displayed, indicating a new row can be inserted.
NoneNo editing control is displayed in the cell (this is the default).

Requirements

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