UITableViewCell.EditingStyle Property

Definition

The editing style of the cell (read-only). Returns whether the cell is in an editable state, and if so whether it is showing an insertion or deletion control.

public virtual UIKit.UITableViewCellEditingStyle EditingStyle { [Foundation.Export("editingStyle")] get; }
member this.EditingStyle : UIKit.UITableViewCellEditingStyle

Property Value

The default value is None (the cell is not currently editable).

Attributes

Remarks

The EditingStyleForRow(UITableView, NSIndexPath) method returns the value for each cell.

Applies to