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