UITableViewCell.ShowingDeleteConfirmation Property

Definition

Whether the delete confirmation button is currently showing in the cell (read-only).

public virtual bool ShowingDeleteConfirmation { [Foundation.Export("showingDeleteConfirmation")] get; [Foundation.NotImplemented] set; }
member this.ShowingDeleteConfirmation : bool with get, set

Property Value

Default value is false.

Attributes

Remarks

When the deletion control (red cirle to the left of the cell) is showing and is tapped, the cell displays a Delete button on the right side of the cell (which is when this method returns true).

The text displayed in the Delete button is localized.

Applies to