public static void SetEditingStyle([NotNull] this UITableViewCell cell, UITableViewCellEditingStyle editingStyle) { Should.NotBeNull(cell, nameof(cell)); cell.SetBindingMemberValue(AttachedMembers.UITableViewCell.EditingStyle, editingStyle); }