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