UITableViewCell.ShouldIndentWhileEditing Property

Definition

Whether the cell background is indented while in editing mode.

public virtual bool ShouldIndentWhileEditing { [Foundation.Export("shouldIndentWhileEditing")] get; [Foundation.Export("setShouldIndentWhileEditing:")] set; }
member this.ShouldIndentWhileEditing : bool with get, set

Property Value

Default value is true.

Attributes

Remarks

This property is not related to IndentationLevel.

This value can be overridden in ShouldIndentWhileEditing(UITableView, NSIndexPath).

Only Grouped style table views are affected by this property, Plain table views ignore it.

Applies to