UIKit.UITableViewCell.ShouldIndentWhileEditing Property
Whether the cell background is indented while in editing mode.

Syntax

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

Value

Default value is true.

Remarks

This property is not related to UITableViewCell.IndentationLevel.

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

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

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0