UITableViewDelegate_Extensions.ShouldIndentWhileEditing Method
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 at the specified indexPath should be indented while it is being edited.
public static bool ShouldIndentWhileEditing (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
static member ShouldIndentWhileEditing : UIKit.IUITableViewDelegate * UIKit.UITableView * Foundation.NSIndexPath -> bool
Parameters
- This
- IUITableViewDelegate
The instance on which this extension method operates.
- tableView
- UITableView
Table view that contains the row.
- indexPath
- NSIndexPath
Location of the row.