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